Remove unused selectedRoom prop
This commit is contained in:
parent
d3e47fa99d
commit
2282f5c26f
2 changed files with 0 additions and 8 deletions
|
@ -333,7 +333,6 @@ const LoggedInView = React.createClass({
|
|||
<div className={bodyClasses}>
|
||||
{ SettingsStore.isFeatureEnabled("feature_tag_panel") ? <TagPanel /> : <div /> }
|
||||
<LeftPanel
|
||||
selectedRoom={this.props.currentRoomId}
|
||||
collapsed={this.props.collapseLhs || false}
|
||||
disabled={this.props.leftDisabled}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue