diff --git a/packages/desktop-client/src/components/mobile/budget/IncomeCategoryList.tsx b/packages/desktop-client/src/components/mobile/budget/IncomeCategoryList.tsx index 66e3b9654d..5697ab068a 100644 --- a/packages/desktop-client/src/components/mobile/budget/IncomeCategoryList.tsx +++ b/packages/desktop-client/src/components/mobile/budget/IncomeCategoryList.tsx @@ -133,6 +133,7 @@ export function IncomeCategoryList({ aria-label={t('Income categories')} items={categories} dragAndDropHooks={dragAndDropHooks} + dependencies={[month, onEditCategory, onBudgetAction]} > {category => (