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

Fix 'Create room' and 'Settings' buttons
pull/21833/head
Richard van der Hoff 2015-12-14 11:25:32 +00:00
commit 5e02522685
1 changed files with 1 additions and 1 deletions

View File

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