mirror of https://github.com/vector-im/riot-web
oops, unbreak selectedRoom. sorry dave
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