Skip to content

Commit

Permalink
fix(FooterItem): add eventBrokerMeta to useCallback deps (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunory authored Jun 13, 2024
1 parent 75050af commit 6eae9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MobileHeader/FooterItem/FooterItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const FooterItem = ({

onClick?.(event);
},
[onClick],
[onClick, eventBrokerMeta],
);

return (
Expand Down

0 comments on commit 6eae9cd

Please sign in to comment.