Remove daily and weekly tabs

Removed the daily and weekly budget tabs from the budget progress card, leaving only the monthly tab.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-22 12:06:32 +00:00
parent 0bc53208b5
commit 8cda329feb
6 changed files with 57 additions and 187 deletions

View File

@@ -48,14 +48,14 @@ const BudgetTabContent: React.FC<BudgetTabContentProps> = ({
onSaveBudget
});
// 월간 예산 모드를 명시적으로 로깅
// 월간 예산 모드 로깅
React.useEffect(() => {
console.log('BudgetTabContent 렌더링: 월간 예산 모드');
console.log('BudgetTabContent 렌더링: 월간 예산');
console.log('현재 예산 데이터:', data);
}, [data]);
return (
<div>
<div className="px-3 pb-3">
{isBudgetSet ? (
<>
<BudgetHeader