Merge pull request #51 from matrix-org/rav/fix_bottomleft_menu

Fix 'Create room' and 'Settings' buttons
This commit is contained in:
Richard van der Hoff
2015-12-14 11:25:32 +00:00

View File

@@ -327,7 +327,7 @@ module.exports = React.createClass({
this._updateScrollMap();
this.setState({
page_type: this.PageTypes.RoomDirectory,
page_type: pageType,
});
},