mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 05:35:05 +08:00
fixed all filter showing undefined
This commit is contained in:
parent
f404554b4b
commit
bbf5a18178
1 changed files with 1 additions and 1 deletions
|
@ -2253,7 +2253,7 @@ function showResult(difficultyFailed = false) {
|
|||
let testType = "";
|
||||
|
||||
if (config.mode === "quote") {
|
||||
let qlen;
|
||||
let qlen = '';
|
||||
if (config.quoteLength === 0) {
|
||||
qlen = "short ";
|
||||
}else if (config.quoteLength === 1) {
|
||||
|
|
Loading…
Reference in a new issue