Skip to content

Commit f5a5825

Browse files
committed
Take TagPanel out of labs
1 parent 8853496 commit f5a5825

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/structures/LeftPanel.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,7 @@ var LeftPanel = React.createClass({
193193
},
194194
);
195195

196-
const tagPanelEnabled =
197-
SettingsStore.isFeatureEnabled("feature_tag_panel") &&
198-
!SettingsStore.getValue("TagPanel.disableTagPanel");
196+
const tagPanelEnabled = !SettingsStore.getValue("TagPanel.disableTagPanel");
199197
const tagPanel = tagPanelEnabled ? <TagPanel /> : <div />;
200198

201199
const containerClasses = classNames(

0 commit comments

Comments
 (0)