Skip to content

Commit

Permalink
Fixed deploy issue (better)
Browse files Browse the repository at this point in the history
  • Loading branch information
graacelin authored and eamonma committed Jun 17, 2022
1 parent ab17c36 commit ad5bcd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/preferences/_PreferencesLanguage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const PreferencesLanguage = () => {

const { getRootProps, getRadioProps } = useRadioGroup({
name: "language",
defaultValue: "en",
defaultValue: router.defaultLocale,
onChange: (language: "en" | "fr" | "zh") => {

if (language === "en") {
Expand Down

0 comments on commit ad5bcd2

Please sign in to comment.