mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +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">
|
<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>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue