diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 3a6fecec13..e1c65c9811 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -79,7 +79,6 @@ var RoomSubList = React.createClass({ incomingCall: React.PropTypes.object, onShowMoreRooms: React.PropTypes.func, searchFilter: React.PropTypes.string, - headerStack: React.PropTypes.func, }, getInitialState: function() { @@ -407,7 +406,7 @@ var RoomSubList = React.createClass({ } return ( -
+
{ this.props.collapsed ? '' : this.props.label }
{roomCount}
diff --git a/src/skins/vector/css/vector-web/structures/RoomSubList.css b/src/skins/vector/css/vector-web/structures/RoomSubList.css index cb80a8f765..8e3c228a86 100644 --- a/src/skins/vector/css/vector-web/structures/RoomSubList.css +++ b/src/skins/vector/css/vector-web/structures/RoomSubList.css @@ -20,7 +20,7 @@ limitations under the License. width: 100%; } -.mx_RoomSubList_stickyContainer { +.mx_RoomSubList_labelContainer { height: 29px; position: relative; }