Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Nov 9, 2024
1 parent 091d8af commit 321a4eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export default function Home() {
}, 500);
}, [geojsonWithStyleList, showingFloatingChat]);

// initialize at mount
useEffect(() => {
if (!mounted) {
setMounted(true);
Expand Down

0 comments on commit 321a4eb

Please sign in to comment.