Fix budget display and category issues

- Fix budget amount not displaying outside the homepage.
- Remove unexpected categories and revert to the original 3 categories.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 08:17:02 +00:00
parent 32a6832b84
commit 79d38f1fc1
5 changed files with 50 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ export const categoryIcons: Record<string, React.ReactNode> = {
: <Banknote size={18} />,
};
// 지출 카테고리 목록 - 다시 3개로 축소
// 지출 카테고리 목록 - 3개로 제한
export const EXPENSE_CATEGORIES = ['식비', '생활비', '교통비'];
// 기본 카테고리 예산 설정