Take TagPanel out of labs

pull/6347/head
Luke Barnard 2018-03-19 14:11:48 +00:00
parent 8853496b1b
commit f5a58258f9
1 changed files with 1 additions and 3 deletions

View File

@ -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(