mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Fix income modal balance not showing (#5659)
* Fix income modal balance not showing * Add release notes
This commit is contained in:
committed by
GitHub
parent
58a638cee2
commit
073d91a7b7
@@ -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)}
|
||||
|
||||
6
upcoming-release-notes/5659.md
Normal file
6
upcoming-release-notes/5659.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [jfdoming]
|
||||
---
|
||||
|
||||
Fix income modal balance not showing
|
||||
Reference in New Issue
Block a user