mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Use qsa
This commit is contained in:
parent
dd1b9d4d5e
commit
e96bf42265
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ export function hideAccountSection(): void {
|
|||
}
|
||||
|
||||
function showAccountSection(): void {
|
||||
qs(`.pageSettings .section.needsAccount`)?.show();
|
||||
qsa(`.pageSettings .section.needsAccount`)?.show();
|
||||
refreshTagsSettingsSection();
|
||||
refreshPresetsSettingsSection();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue