diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js
index d3e686375..2adf63430 100644
--- a/src/components/structures/RoomSubList.js
+++ b/src/components/structures/RoomSubList.js
@@ -555,20 +555,7 @@ var RoomSubList = React.createClass({
return connectDropTarget(
-
+ { this._getHeaderJsx() }
{ subList }
);
@@ -577,21 +564,7 @@ var RoomSubList = React.createClass({
var Loader = sdk.getComponent("elements.Spinner");
return (
- { this.props.alwaysShowHeader ?
-
- : undefined }
+ { this.props.alwaysShowHeader ? this._getHeaderJsx() : undefined }
{ (this.props.showSpinner && !this.state.hidden) ? : undefined }
);