remove room count leftovers
This commit is contained in:
parent
6af61ebb09
commit
798be2d514
2 changed files with 0 additions and 17 deletions
|
@ -300,9 +300,6 @@ const RoomSubList = React.createClass({
|
|||
let title;
|
||||
if (this.props.collapsed) {
|
||||
title = this.props.label;
|
||||
if (roomCount !== '') {
|
||||
title += " [" + roomCount + "]";
|
||||
}
|
||||
}
|
||||
|
||||
let incomingCall;
|
||||
|
@ -338,7 +335,6 @@ const RoomSubList = React.createClass({
|
|||
{ addRoomButton }
|
||||
</div>
|
||||
);
|
||||
// <div className="mx_RoomSubList_roomCount">{ roomCount }</div>
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue