diff --git a/frontend/src/ts/test/timer-progress.ts b/frontend/src/ts/test/timer-progress.ts index c04353d3d..5ec01e1e1 100644 --- a/frontend/src/ts/test/timer-progress.ts +++ b/frontend/src/ts/test/timer-progress.ts @@ -176,7 +176,7 @@ export function update(): void { } } } else if (Config.timerStyle === "mini") { - if (Config.words === 0) { + if (outof === 0) { if (miniTimerNumberElement !== null) { miniTimerNumberElement.innerHTML = `${TestInput.input.history.length}`; }