mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-10 21:53:13 +08:00
fixed typo
This commit is contained in:
parent
94a3f8bbf7
commit
bc709b9686
1 changed files with 1 additions and 1 deletions
|
@ -1991,7 +1991,7 @@ function showResult(difficultyFailed = false) {
|
|||
let globalLbString = "";
|
||||
const glb = e.data.globalLeaderboard;
|
||||
const glbMemory =
|
||||
dbSnapshot.lbMemory[config.mode |+ mode2].global;
|
||||
dbSnapshot.lbMemory[config.mode + mode2].global;
|
||||
let dontShowGlobalDiff = glbMemory == null || glbMemory === -1 ? true : false;
|
||||
let globalLbDiff = null;
|
||||
if (glb === null) {
|
||||
|
|
Loading…
Reference in a new issue