mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
typo
This commit is contained in:
parent
6af3e5e89e
commit
82e8edbc2f
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ export function hide() {
|
|||
|
||||
$(document).ready(() => {
|
||||
UpdateConfig.subscribeToEvent((eventKey, eventValue) => {
|
||||
if (eventKey === "showLiveWpm") eventValue ? show() : hide();
|
||||
if (eventKey === "showLiveAcc") eventValue ? show() : hide();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue