1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

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;