fascist linting >:(

This commit is contained in:
Matthew Hodgson 2017-10-25 02:31:30 +01:00
parent ae40ef4460
commit 6beb604cd0
2 changed files with 7 additions and 4 deletions

View file

@ -189,7 +189,8 @@ export default {
if (!syncedSettings || !syncedSettings.theme) {
theme = (SdkConfig.get() ? SdkConfig.get().default_theme : undefined) || 'light';
}
else {
else
{
theme = syncedSettings.theme;
}
return theme;