Fix income modal balance not showing (#5659)

* Fix income modal balance not showing

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-09-02 10:02:44 -04:00
committed by GitHub
parent 58a638cee2
commit 073d91a7b7
2 changed files with 7 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ export function EnvelopeIncomeBalanceMenuModal({
isDisabled
shouldInlineGoalStatus
carryover={envelopeBudget.catCarryover(categoryId)}
balance={envelopeBudget.catBalance(categoryId)}
balance={envelopeBudget.catSumAmount(categoryId)}
goal={envelopeBudget.catGoal(categoryId)}
budgeted={envelopeBudget.catBudgeted(categoryId)}
longGoal={envelopeBudget.catLongGoal(categoryId)}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jfdoming]
---
Fix income modal balance not showing