[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:
Joel Jeremy Marquez
2025-04-08 09:30:40 -07:00
committed by GitHub
parent c77168fa18
commit b4ad639bb5
2 changed files with 7 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ export function IncomeCategoryList({
aria-label={t('Income categories')}
items={categories}
dragAndDropHooks={dragAndDropHooks}
dependencies={[month, onEditCategory, onBudgetAction]}
>
{category => (
<IncomeCategoryListItem

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [joel-jeremy]
---
[Mobile] Fix income categories not changing colors based on active month