mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
[Mobile] Fix income categories not changing colors based on active month (#4774)
* [Mobile] Fix income categories not changing colors based on active month * Release notes
This commit is contained in:
committed by
GitHub
parent
c77168fa18
commit
b4ad639bb5
@@ -133,6 +133,7 @@ export function IncomeCategoryList({
|
||||
aria-label={t('Income categories')}
|
||||
items={categories}
|
||||
dragAndDropHooks={dragAndDropHooks}
|
||||
dependencies={[month, onEditCategory, onBudgetAction]}
|
||||
>
|
||||
{category => (
|
||||
<IncomeCategoryListItem
|
||||
|
||||
6
upcoming-release-notes/4774.md
Normal file
6
upcoming-release-notes/4774.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [joel-jeremy]
|
||||
---
|
||||
|
||||
[Mobile] Fix income categories not changing colors based on active month
|
||||
Reference in New Issue
Block a user