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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user