mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
oops, unbreak selectedRoom. sorry dave
This commit is contained in:
parent
10cdf46c2c
commit
b685e784f1
@ -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 New Issue
Block a user