Add feature flag for Tag Panel
This commit is contained in:
parent
ead30fae9d
commit
f708250d44
2 changed files with 7 additions and 1 deletions
|
@ -335,7 +335,7 @@ export default React.createClass({
|
|||
<div className='mx_MatrixChat_wrapper'>
|
||||
{ topBar }
|
||||
<div className={bodyClasses}>
|
||||
<TagPanel />
|
||||
{ SettingsStore.isFeatureEnabled("feature_tag_panel") ? <TagPanel /> : <div /> }
|
||||
<LeftPanel
|
||||
selectedRoom={this.props.currentRoomId}
|
||||
collapsed={this.props.collapseLhs || false}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue