mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
fixed theme buttons not showing up if user has favorites
This commit is contained in:
parent
bc4651d2b7
commit
4cc8ed5e91
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ export async function refreshButtons(): Promise<void> {
|
|||
//then the rest
|
||||
for (const theme of themes) {
|
||||
if (Config.favThemes.includes(theme.name)) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
const activeTheme = activeThemeName === theme.name ? "active" : "";
|
||||
|
|
Loading…
Add table
Reference in a new issue