mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
fixed wrong number being displayed
This commit is contained in:
parent
2a40567b6f
commit
154c2f0587
1 changed files with 1 additions and 1 deletions
|
@ -3433,7 +3433,7 @@ function updateTestModesNotice() {
|
|||
|
||||
if (config.minWpm !== "off") {
|
||||
$(".pageTest #testModesNotice").append(
|
||||
`<div class="text-button" commands="commandsMinWpm"><i class="fas fa-bomb"></i>min ${config.paceCaretCustomSpeed} wpm</div>`
|
||||
`<div class="text-button" commands="commandsMinWpm"><i class="fas fa-bomb"></i>min ${config.minWpmCustomSpeed} wpm</div>`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue