Skip to content

Commit

Permalink
fix: fix lang
Browse files Browse the repository at this point in the history
  • Loading branch information
pyphilia committed May 24, 2024
1 parent 93e719d commit 8d42fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Map = ({
} else {
i18n.changeLanguage(navigator.language ?? DEFAULT_LANG);
}
}, [currentMember, lang]);
}, [currentMember]);

return (
<QueryClientContextProvider
Expand Down

0 comments on commit 8d42fcc

Please sign in to comment.