mirror of https://github.com/vector-im/riot-web
Move TagPanel out of LoggedInView
(...and into LeftPanel in riot-web. Can we merge the projects yet?)pull/21833/head
parent
38de8a129b
commit
815f52587b
|
@ -208,7 +208,6 @@ const LoggedInView = React.createClass({
|
|||
},
|
||||
|
||||
render: function() {
|
||||
const TagPanel = sdk.getComponent('structures.TagPanel');
|
||||
const LeftPanel = sdk.getComponent('structures.LeftPanel');
|
||||
const RightPanel = sdk.getComponent('structures.RightPanel');
|
||||
const RoomView = sdk.getComponent('structures.RoomView');
|
||||
|
@ -330,7 +329,6 @@ const LoggedInView = React.createClass({
|
|||
<div className='mx_MatrixChat_wrapper'>
|
||||
{ topBar }
|
||||
<div className={bodyClasses}>
|
||||
{ SettingsStore.isFeatureEnabled("feature_tag_panel") ? <TagPanel /> : <div /> }
|
||||
<LeftPanel
|
||||
collapsed={this.props.collapseLhs || false}
|
||||
disabled={this.props.leftDisabled}
|
||||
|
|
Loading…
Reference in New Issue