diff --git a/components/ThemeSwitch.js b/components/ThemeSwitch.js index fe9b1de7..756284b2 100644 --- a/components/ThemeSwitch.js +++ b/components/ThemeSwitch.js @@ -19,10 +19,9 @@ export function ThemeSwitch() {
{/*
{theme}
*/} - {ALL_THEME.map(t => { - const selected = t === theme - return + return })}