diff --git a/frontend/src/ts/test/timer-progress.ts b/frontend/src/ts/test/timer-progress.ts index a1fe882caa08..1937f1c37582 100644 --- a/frontend/src/ts/test/timer-progress.ts +++ b/frontend/src/ts/test/timer-progress.ts @@ -54,7 +54,7 @@ export function show(): void { textEl.classList.remove("hidden"); }, }); - } else if (Config.mode === "zen" || Config.timerStyle === "mini") { + } else if (Config.timerStyle === "mini") { animate(miniEl, { opacity: [0, 1], duration: applyReducedMotion(125),