Skip to content

Commit

Permalink
Mobile: Show proper name of income group (#1679)
Browse files Browse the repository at this point in the history
* Show right name for income group on mobile

* release note
  • Loading branch information
youngcw authored Sep 9, 2023
1 parent 8ff89a5 commit 05f2e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ class IncomeBudgetGroup extends Component {

<Card style={{ marginTop: 0 }}>
<IncomeCategory
name="Income"
name={group.name}
budget={
type === 'report' ? reportBudget.groupBudgeted(group.id) : null
}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1679.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [youngcw]
---

Mobile: Show true name of income group

0 comments on commit 05f2e2a

Please sign in to comment.