diff --git a/src/client/UserSettingModal.ts b/src/client/UserSettingModal.ts index 8af33eb47..62d45a158 100644 --- a/src/client/UserSettingModal.ts +++ b/src/client/UserSettingModal.ts @@ -102,7 +102,9 @@ export class UserSettingModal extends BaseModal { key = key === "Dead" || key === "Unidentified" ? "" : key; const activeKeybinds = { ...this.defaultKeybinds }; - for (const [rawIterAction, codeAndKey] of Object.entries(this.userKeybinds)) { + for (const [rawIterAction, codeAndKey] of Object.entries( + this.userKeybinds, + )) { const iterAction = rawIterAction as KeybindAction; const normalizedCode = codeAndKey.value; if (normalizedCode === KeyUnbound) { @@ -666,7 +668,8 @@ export class UserSettingModal extends BaseModal { >