put invites above recents

pull/342/head
Matthew Hodgson 2015-11-03 14:35:48 +00:00
parent b1b2704bed
commit 27cf9cf561
1 changed files with 1 additions and 2 deletions

View File

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