This commit is contained in:
Matthew Hodgson 2016-09-16 14:35:43 +01:00
parent 2b9258d377
commit b852756332

View file

@ -606,6 +606,7 @@ module.exports = React.createClass({
</div> </div>
startChat = <div> startChat = <div>
<h3>Direct chats</h3>
{tiles} {tiles}
{startNewChat} {startNewChat}
</div>; </div>;