Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Mar 1, 2025
1 parent b584dc5 commit 7947620
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function CategoryAutomationButton({
...(hasAutomations && { display: 'flex !important' }),
}}
onPress={() => {
dispatch(pushModal({ name: 'category-automations-edit' }));
dispatch(pushModal({ modal: { name: 'category-automations-edit' } }));
}}
>
<SvgChartPie style={{ width, height, flexShrink: 0 }} />
Expand Down

0 comments on commit 7947620

Please sign in to comment.