oops, unbreak selectedRoom. sorry dave

pull/1/head
Matthew Hodgson 2015-07-18 00:48:17 +01:00
parent 10cdf46c2c
commit b685e784f1
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);