diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index fb82ee067b..bf64986680 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -297,13 +297,13 @@ var RoomSubList = React.createClass({
{ this.props.collapsed ? '' : this.props.label } -
{ roomCount }
{ badge } { incomingCall }
); + //
{ roomCount }
}, _createOverflowTile: function(overflowCount, totalCount) {