diff --git a/src/settings/Settings.ts b/src/settings/Settings.ts index 838df51ea3..95861e11df 100644 --- a/src/settings/Settings.ts +++ b/src/settings/Settings.ts @@ -111,7 +111,10 @@ export interface ISetting { export const SETTINGS: {[setting: string]: ISetting} = { "feature_communities_v2_prototypes": { isFeature: true, - displayName: _td("Communities v2 prototypes. Requires compatible homeserver. Highly experimental - use with caution."), + displayName: _td( + "Communities v2 prototypes. Requires compatible homeserver. " + + "Highly experimental - use with caution.", + ), supportedLevels: LEVELS_FEATURE, default: false, }, diff --git a/src/stores/TagOrderStore.js b/src/stores/TagOrderStore.js index 3cd3f796cc..2b72a963b0 100644 --- a/src/stores/TagOrderStore.js +++ b/src/stores/TagOrderStore.js @@ -115,7 +115,7 @@ class TagOrderStore extends Store { break; } case 'select_tag': { - const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes") + const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes"); let newTags = []; // Shift-click semantics