Skip to content

Commit 073d91a

Browse files
authored
Fix income modal balance not showing (#5659)
* Fix income modal balance not showing * Add release notes
1 parent 58a638c commit 073d91a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/desktop-client/src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function EnvelopeIncomeBalanceMenuModal({
7878
isDisabled
7979
shouldInlineGoalStatus
8080
carryover={envelopeBudget.catCarryover(categoryId)}
81-
balance={envelopeBudget.catBalance(categoryId)}
81+
balance={envelopeBudget.catSumAmount(categoryId)}
8282
goal={envelopeBudget.catGoal(categoryId)}
8383
budgeted={envelopeBudget.catBudgeted(categoryId)}
8484
longGoal={envelopeBudget.catLongGoal(categoryId)}

upcoming-release-notes/5659.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Bugfix
3+
authors: [jfdoming]
4+
---
5+
6+
Fix income modal balance not showing

0 commit comments

Comments
 (0)