diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index b1c07d2888..afd7b8b211 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -530,7 +530,6 @@ var RoomSubList = React.createClass({ let content; if (this.state.sortedList.length == 0) { - //content = ; content = this.props.emptyContent; } else { content = this.makeRoomTiles();