diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index 44fb14476a..c6d70c4cd5 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -83,7 +83,7 @@ module.exports = React.createClass({ this._layoutSections = []; const unfilteredOptions = { - allowWhitespace: true, + allowWhitespace: false, handleHeight: 1, }; this._unfilteredlayout = new Layout((key, size) => {