Skip to content

Commit

Permalink
Show right name for income group on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Sep 9, 2023
1 parent 8ff89a5 commit 3baf41b
Showing 1 changed file with 1 addition 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

0 comments on commit 3baf41b

Please sign in to comment.