mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
oops, unbreak selectedRoom. sorry dave
This commit is contained in:
parent
10cdf46c2c
commit
b685e784f1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module.exports = React.createClass({
|
|||
<div className="mx_LeftPanel">
|
||||
<img className="mx_LeftPanel_hideButton" src="img/hide.png" width="32" height="32" alt="<"/>
|
||||
<IncomingCallBox />
|
||||
<RoomList selectedRoom={this.props.currentRoom} />
|
||||
<RoomList selectedRoom={this.props.selectedRoom} />
|
||||
<DirectoryMenu />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue