Refactor: Remove redundant text

Removed "지출 분석" text above the category section as the spending graph is relevant.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 09:31:56 +00:00
parent c88f547f12
commit d41b26bd42

View File

@@ -50,7 +50,6 @@ const HomeContent: React.FC<HomeContentProps> = ({
return (
<>
{/* 지출 카테고리 */}
<h2 className="text-lg font-semibold mb-3"> </h2>
{getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? (
<BudgetCategoriesSection categories={getCategorySpending()} />
) : (