diff --git a/src/components/home/HomeContent.tsx b/src/components/home/HomeContent.tsx index 33316d3..e38b042 100644 --- a/src/components/home/HomeContent.tsx +++ b/src/components/home/HomeContent.tsx @@ -49,8 +49,16 @@ const HomeContent: React.FC = ({ }) => { return ( <> + {/* 지출 카테고리 */} +

지출 분석

+ {getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? ( + + ) : ( + + )} + {/* 목표 진행 상황 */} -

예산과 지출

+

예산과 지출

= ({ onSaveBudget={handleBudgetGoalUpdate} /> - {/* 지출 카테고리 */} - {getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? ( - - ) : ( - - )} - {/* 최근 지출 */} {transactions.length > 0 ? (