Skip to content

Commit

Permalink
Merge pull request #6347 from vector-im/luke/feature-tag-panel-out-of…
Browse files Browse the repository at this point in the history
…-labs

Take TagPanel out of labs
  • Loading branch information
dbkr authored Mar 19, 2018
2 parents 202ada7 + f5a5825 commit b4020bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/structures/LeftPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b4020bb

Please sign in to comment.