Merge pull request #1690 from matrix-org/luke/remove-selected-room-prop

Remove unused selectedRoom prop
This commit is contained in:
David Baker 2018-01-04 17:33:36 +00:00 committed by GitHub
commit b34f360f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -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}
/>