Fix budget calculation error
Corrected an issue where the total monthly budget was incorrectly calculated and displayed as a weekly budget.
This commit is contained in:
@@ -110,7 +110,7 @@ export const useBudgetTabContent = ({
|
||||
|
||||
// 총액이 0이 아닐 때만 저장 처리
|
||||
if (totalBudget > 0) {
|
||||
// 월간 예산 기준으로 전달
|
||||
// 명시적으로 월간 예산으로 설정 - 'monthly' 타입으로 전달
|
||||
onSaveBudget(totalBudget, updatedCategoryBudgets);
|
||||
setShowBudgetInput(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user