Skip to content

Commit

Permalink
fix: fixed some issues with linting and types
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebubeker committed Oct 24, 2023
1 parent 482ab87 commit 92c3eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/map/panels/ProjectNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const ProjectNavigation = ({ projectId }) => {
setModifiedProjectLayers(layers);
dispatch(setLayers(layers));
});
});
}, []);

return (
<>
Expand Down

0 comments on commit 92c3eae

Please sign in to comment.