Skip to content

Commit

Permalink
Please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeza committed Jun 12, 2024
1 parent a159f6c commit 5cb402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liberica/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ i18n.use(LanguageDetector)
e instanceof Error && console.error("i18n init error", e.message),
);

applyTheme(loadTheme() ?? Object.keys(THEMES)[0] as ThemeName);
applyTheme(loadTheme() ?? (Object.keys(THEMES)[0] as ThemeName));

const rootElement = document.getElementById("root") as HTMLElement;
ReactDOM.createRoot(rootElement).render(
Expand Down

0 comments on commit 5cb402d

Please sign in to comment.