diff --git a/src/components/BudgetCategoriesSection.tsx b/src/components/BudgetCategoriesSection.tsx index 614a3b6..97f3570 100644 --- a/src/components/BudgetCategoriesSection.tsx +++ b/src/components/BudgetCategoriesSection.tsx @@ -15,7 +15,7 @@ const BudgetCategoriesSection: React.FC = ({ categories }) => { return <> -

지출 그래프

+

지출 그래프

{categories.map((category, index) => { // 예산 초과 여부 확인