Room list fixes for custom status

This commit is contained in:
J. Ryan Stinnett 2019-01-03 18:36:57 -06:00
parent 46aa543934
commit 920911c0a1
2 changed files with 13 additions and 4 deletions

View file

@ -354,8 +354,10 @@ module.exports = React.createClass({
</div>
</div>
<div className="mx_RoomTile_nameContainer">
{ label }
{ subtextLabel }
<div className="mx_RoomTile_labelContainer">
{ label }
{ subtextLabel }
</div>
{ contextMenuButton }
{ badge }
</div>