mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Take TagPanel out of labs
This commit is contained in:
parent
8853496b1b
commit
f5a58258f9
@ -193,9 +193,7 @@ var LeftPanel = React.createClass({
|
||||
},
|
||||
);
|
||||
|
||||
const tagPanelEnabled =
|
||||
SettingsStore.isFeatureEnabled("feature_tag_panel") &&
|
||||
!SettingsStore.getValue("TagPanel.disableTagPanel");
|
||||
const tagPanelEnabled = !SettingsStore.getValue("TagPanel.disableTagPanel");
|
||||
const tagPanel = tagPanelEnabled ? <TagPanel /> : <div />;
|
||||
|
||||
const containerClasses = classNames(
|
||||
|
Loading…
Reference in New Issue
Block a user