mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 09:14:27 +08:00
parent
9c58ec2808
commit
d9120b47c2
1 changed files with 0 additions and 2 deletions
|
@ -28,9 +28,7 @@ export function update(): void {
|
|||
$(".pageAccount .globalTestsStarted .val").text(
|
||||
snapshot.typingStats.startedTests as number
|
||||
);
|
||||
}
|
||||
|
||||
if (snapshot.typingStats !== undefined) {
|
||||
$(".pageAccount .globalTestsCompleted .val").text(
|
||||
snapshot.typingStats.completedTests as number
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue