address review commends

This commit is contained in:
Dmitry Verkhoturov
2021-07-03 14:57:09 -05:00
committed by Umputun
parent 200733ed03
commit 83ae758573
7 changed files with 198 additions and 93 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ beforeEach(() => {
simple_view: false,
anon_vote: false,
email_notifications: false,
telegram_bot_username: "",
telegram_bot_username: '',
emoji_enabled: true,
};
});
+1 -1
View File
@@ -29,7 +29,7 @@ export const StaticStore: StaticStoreType = {
simple_view: false,
anon_vote: false,
email_notifications: false,
telegram_bot_username: "",
telegram_bot_username: '',
emoji_enabled: false,
},
query: querySettings as QuerySettingsType,