We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a638c commit 073d91aCopy full SHA for 073d91a
packages/desktop-client/src/components/modals/EnvelopeIncomeBalanceMenuModal.tsx
@@ -78,7 +78,7 @@ export function EnvelopeIncomeBalanceMenuModal({
78
isDisabled
79
shouldInlineGoalStatus
80
carryover={envelopeBudget.catCarryover(categoryId)}
81
- balance={envelopeBudget.catBalance(categoryId)}
+ balance={envelopeBudget.catSumAmount(categoryId)}
82
goal={envelopeBudget.catGoal(categoryId)}
83
budgeted={envelopeBudget.catBudgeted(categoryId)}
84
longGoal={envelopeBudget.catLongGoal(categoryId)}
upcoming-release-notes/5659.md
@@ -0,0 +1,6 @@
1
+---
2
+category: Bugfix
3
+authors: [jfdoming]
4
5
+
6
+Fix income modal balance not showing
0 commit comments