fixed thicc showing undefined

This commit is contained in:
Jack 2020-09-28 19:07:43 +01:00
parent c12f82779c
commit 4a26f2ffb1

View file

@ -2259,7 +2259,7 @@ function showResult(difficultyFailed = false) {
qlen = "medium ";
}else if (config.quoteLength === 2) {
qlen = "long ";
}else if (config.quoteLength === 2) {
}else if (config.quoteLength === 3) {
qlen = "thicc ";
}
testType += qlen + config.mode;