fascist linting >:(
This commit is contained in:
parent
ae40ef4460
commit
6beb604cd0
2 changed files with 7 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue