Refactor: Remove redundant text
Removed "지출 분석" text above the category section as the spending graph is relevant.
This commit is contained in:
@@ -50,7 +50,6 @@ const HomeContent: React.FC<HomeContentProps> = ({
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* 지출 카테고리 */}
|
{/* 지출 카테고리 */}
|
||||||
<h2 className="text-lg font-semibold mb-3">지출 분석</h2>
|
|
||||||
{getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? (
|
{getCategorySpending().some(cat => cat.current > 0 || cat.total > 0) ? (
|
||||||
<BudgetCategoriesSection categories={getCategorySpending()} />
|
<BudgetCategoriesSection categories={getCategorySpending()} />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user