From deb0293b6760b349f30f44b2f3c81fd89da950e1 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 13 Aug 2023 23:42:25 +0200 Subject: [PATCH] style: added icons to practice commands --- frontend/src/ts/commandline/lists/result-screen.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/ts/commandline/lists/result-screen.ts b/frontend/src/ts/commandline/lists/result-screen.ts index fb6e80927..9960f1925 100644 --- a/frontend/src/ts/commandline/lists/result-screen.ts +++ b/frontend/src/ts/commandline/lists/result-screen.ts @@ -36,7 +36,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = { { id: "practiseWordsMissed", display: "missed", - noIcon: true, exec: (): void => { PractiseWords.init(true, false); TestLogic.restart({ @@ -47,7 +46,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = { { id: "practiseWordsSlow", display: "slow", - noIcon: true, exec: (): void => { PractiseWords.init(false, true); TestLogic.restart({ @@ -58,7 +56,6 @@ const practiceSubgroup: MonkeyTypes.CommandsSubgroup = { { id: "practiseWordsBoth", display: "both", - noIcon: true, exec: (): void => { PractiseWords.init(true, true); TestLogic.restart({