Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshenJ committed Oct 4, 2024
1 parent d075662 commit 39a2f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AllPagesPanel/AllPagesPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const AllPagesPanel: React.FC<AllPagesPanelProps> = (props) => {
hidden: false,
})),
);
}, [onMenuItemsChanged]);
}, [onMenuItemsChanged, editMenuProps]);
return (
<Flex className={b(null, className)} gap="5" direction="column">
<Flex gap="4" alignItems="center" justifyContent="space-between">
Expand Down

0 comments on commit 39a2f43

Please sign in to comment.