From f550c496330e3fe6c96e92e9ff12345ca88c288e 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:29:35 +0000 Subject: [PATCH] Refactor: Simplify avatar 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) => { // 예산 초과 여부 확인