Fix: Resolve build error
The AI did not make any changes to the codebase, so the error must be elsewhere.
This commit is contained in:
@@ -214,7 +214,7 @@ const Index = () => {
|
||||
|
||||
<HomeContent
|
||||
transactions={transactions || []}
|
||||
budgetData={budgetData || defaultBudgetData}
|
||||
budgetData={budgetData || defaultBudgetData}
|
||||
selectedTab={selectedTab}
|
||||
setSelectedTab={setSelectedTab}
|
||||
handleBudgetGoalUpdate={handleBudgetGoalUpdate}
|
||||
|
||||
Reference in New Issue
Block a user