1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

Remove unused selectedRoom prop

This commit is contained in:
lukebarnard
2018-01-04 14:19:10 +00:00
parent d3e47fa99d
commit 2282f5c26f
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}
/>