mirror of https://github.com/vector-im/riot-web
Merge pull request #51 from matrix-org/rav/fix_bottomleft_menu
Fix 'Create room' and 'Settings' buttonspull/21833/head
commit
5e02522685
|
@ -327,7 +327,7 @@ module.exports = React.createClass({
|
|||
this._updateScrollMap();
|
||||
|
||||
this.setState({
|
||||
page_type: this.PageTypes.RoomDirectory,
|
||||
page_type: pageType,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue