oops, unbreak selectedRoom. sorry dave

This commit is contained in:
Matthew Hodgson 2015-07-18 00:48:17 +01:00
parent 10cdf46c2c
commit b685e784f1

View file

@ -32,7 +32,7 @@ module.exports = React.createClass({
<div className="mx_LeftPanel"> <div className="mx_LeftPanel">
<img className="mx_LeftPanel_hideButton" src="img/hide.png" width="32" height="32" alt="<"/> <img className="mx_LeftPanel_hideButton" src="img/hide.png" width="32" height="32" alt="<"/>
<IncomingCallBox /> <IncomingCallBox />
<RoomList selectedRoom={this.props.currentRoom} /> <RoomList selectedRoom={this.props.selectedRoom} />
<DirectoryMenu /> <DirectoryMenu />
</div> </div>
); );