Skip to content
Snippets Groups Projects
Unverified Commit 05f2e2af authored by youngcw's avatar youngcw Committed by GitHub
Browse files

Mobile: Show proper name of income group (#1679)

* Show right name for income group on mobile

* release note
parent 8ff89a5a
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
---
category: Bugfix
authors: [youngcw]
---
Mobile: Show true name of income group
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment