Appease SonarCloud

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Ian Walton
2021-04-24 15:23:02 -04:00
committed by GitHub
parent 8cae67d9b9
commit b8f8633ffd
+1 -2
View File
@@ -265,8 +265,7 @@ export class UserSettings {
return this.set('disableCustomCss', val.toString(), false);
}
val = this.get('disableCustomCss', false);
return val === 'true';
return this.get('disableCustomCss', false) === 'true';
}
/**