You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-26 04:01:04 +03:00
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.setState({
|
||||
page_type: this.PageTypes.RoomDirectory,
|
||||
page_type: pageType,
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user