mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
Merge branch 'master' of https://github.com/Miodec/monkeytype
This commit is contained in:
commit
bda7788bb2
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ export function updateCustomThemeListCommands(): void {
|
|||
|
||||
if (!snapshot) return;
|
||||
|
||||
if (DB.getSnapshot().customThemes.length < 0) {
|
||||
if (DB.getSnapshot().customThemes.length === 0) {
|
||||
Notifications.add("You need to create a custom theme first", 0);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue