tweak badges

This commit is contained in:
Bruno Windels 2018-10-22 18:16:36 +02:00
parent 7d0b8083b6
commit 91a2ee1779
3 changed files with 13 additions and 22 deletions

View file

@ -328,9 +328,9 @@ const RoomSubList = React.createClass({
<AccessibleButton onClick={ this.onClick } className="mx_RoomSubList_label" tabIndex={tabindex}>
{ chevron }
{ this.props.collapsed ? '' : this.props.label }
{ badge }
{ incomingCall }
</AccessibleButton>
{ badge }
{ addRoomButton }
</div>
);