Fix 'Create room' and 'Settings' buttons
These buttons were broken by PR #49... wire them up correctly.
This commit is contained in:
parent
ead6d5a25e
commit
68cdff1159
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ module.exports = React.createClass({
|
|||
this._updateScrollMap();
|
||||
|
||||
this.setState({
|
||||
page_type: this.PageTypes.RoomDirectory,
|
||||
page_type: pageType,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue