mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-25 15:24:03 +08:00
removed notification
This commit is contained in:
parent
6e6ba3bf9d
commit
8f5f607da6
1 changed files with 0 additions and 1 deletions
|
@ -1282,7 +1282,6 @@ export function updateCustomThemeListCommands(): void {
|
|||
if (!snapshot) return;
|
||||
|
||||
if (DB.getSnapshot().customThemes.length === 0) {
|
||||
Notifications.add("You need to create a custom theme first", 0);
|
||||
return;
|
||||
}
|
||||
DB.getSnapshot().customThemes.forEach((theme) => {
|
||||
|
|
Loading…
Reference in a new issue