Skip to content

Commit

Permalink
lint: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jan 7, 2025
1 parent 6c222e6 commit 460c43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function Header(props: HeaderProps) {
} else {
return [...publicMenuItems, ...commonMenuItems];
}
}, [t, theme.palette.error.main, project?.max_extent, viewOnly, map]);
}, [t, theme.palette.error.main, project?.max_extent, viewOnly, map, onProjectUpdate, lng]);

return (
<>
Expand Down

0 comments on commit 460c43e

Please sign in to comment.