mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed a typo introduced in #1200
This commit is contained in:
parent
2206c12dbf
commit
d1fdf3b2de
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export default class SettingsGroup {
|
|||
"active"
|
||||
);
|
||||
if (this.onOff) {
|
||||
const onOffString = this.configvalue ? "on" : "off";
|
||||
const onOffString = this.configValue ? "on" : "off";
|
||||
$(
|
||||
`.pageSettings .section.${this.configName} .buttons .button.${onOffString}`
|
||||
).addClass("active");
|
||||
|
|
Loading…
Reference in a new issue