From 7fe2bfc2120e4f739e70c43b905829c83a572f90 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 25 May 2018 16:30:38 +0100 Subject: [PATCH] remove numbers --- src/components/structures/RoomSubList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {