put invites above recents
This commit is contained in:
parent
b1b2704bed
commit
27cf9cf561
1 changed files with 1 additions and 2 deletions
|
@ -62,11 +62,10 @@ module.exports = React.createClass({
|
|||
<div className="mx_RoomList" onScroll={this._repositionTooltip}>
|
||||
{ expandButton }
|
||||
{ callElement }
|
||||
{ invites }
|
||||
<h2 className="mx_RoomList_favouritesLabel">Favourites</h2>
|
||||
<RoomDropTarget text="Drop here to favourite"/>
|
||||
|
||||
{ invites }
|
||||
|
||||
<h2 className="mx_RoomList_recentsLabel">{ recentsLabel }</h2>
|
||||
<div className="mx_RoomList_recents">
|
||||
{this.makeRoomTiles(this.state.roomList, false)}
|
||||
|
|
Loading…
Reference in a new issue