diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index e00f0f2d03..6f187b7699 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -344,7 +344,7 @@ const RoomSubList = React.createClass({ "mx_RoomSubList_nonEmpty": len && !this.state.hidden, }); if (this.state.hidden) { - return
+ return
{this._getHeaderJsx()}
; } else {