Initial tag section header badge
This commit is contained in:
parent
ff55a951c9
commit
4d5e3bc22b
2 changed files with 27 additions and 0 deletions
|
@ -339,6 +339,7 @@ var RoomSubList = React.createClass({
|
|||
{ this.props.collapsed ? '' : this.props.label }
|
||||
<div className="mx_RoomSubList_roomCount">{this.props.list.length > 0 ? this.props.list.length : ''}</div>
|
||||
<div className={chevronClasses}></div>
|
||||
<div className="mx_RoomSubList_badge">0</div>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue