Fix 'Create room' and 'Settings' buttons

These buttons were broken by PR #49... wire them up correctly.
pull/21833/head
Richard van der Hoff 2015-12-14 11:07:59 +00:00
parent ead6d5a25e
commit 68cdff1159
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,
});
},