Fix 'Create room' and 'Settings' buttons
These buttons were broken by PR #49... wire them up correctly.
This commit is contained in:
@@ -327,7 +327,7 @@ module.exports = React.createClass({
|
|||||||
this._updateScrollMap();
|
this._updateScrollMap();
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
page_type: this.PageTypes.RoomDirectory,
|
page_type: pageType,
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user