From 5475ee2adb7add695d0726ef306df4c29c449591 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:17:44 +0000 Subject: [PATCH] Refactor: Simplify BudgetTabContent Further simplify the BudgetTabContent component. --- src/components/BudgetCategoriesSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => { // 예산 초과 여부 확인