Skip to content

Commit

Permalink
fix mobile crash
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Nov 5, 2023
1 parent aefd755 commit ac2d7b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ const ExpenseCategory = memo(function ExpenseCategory({
<BalanceWithCarryover
carryover={rolloverBudget.catCarryover(category.id)}
balance={rolloverBudget.catBalance(category.id)}
goal={reportBudget.catGoal(category.id)}
budgeted={reportBudget.catBudgeted(category.id)}
balanceStyle={{
...styles.smallText,
...styles.underlinedText,
Expand Down

0 comments on commit ac2d7b1

Please sign in to comment.