diff --git a/src/components/home/HomeContent.tsx b/src/components/home/HomeContent.tsx index e38b042..c6d7831 100644 --- a/src/components/home/HomeContent.tsx +++ b/src/components/home/HomeContent.tsx @@ -50,7 +50,6 @@ const HomeContent: React.FC = ({ return ( <> {/* 지출 카테고리 */} -

지출 분석

{getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? ( ) : (