lint hell
This commit is contained in:
parent
84591729a8
commit
96a3eff5d3
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@ export default class AccountSettingHandler extends SettingsHandler {
|
|||
if (preferredValue === null || preferredValue === undefined) {
|
||||
// Honour the old setting on read only
|
||||
if (settingName === "hideAvatarChanges" || settingName === "hideDisplaynameChanges") {
|
||||
preferredValue = this._getSettings()["hideAvatarDisplaynameChanges"]
|
||||
preferredValue = this._getSettings()["hideAvatarDisplaynameChanges"];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue