move admin tools to the top

pull/21833/head
Matthew Hodgson 2016-09-17 15:07:41 +01:00
parent cf1b1442eb
commit 88273e8065
1 changed files with 2 additions and 2 deletions

View File

@ -681,12 +681,12 @@ module.exports = React.createClass({
</div>
</div>
{ adminTools }
{ startChat }
{ this._renderDevices() }
{ adminTools }
{ spinner }
</div>
);