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
Whoops, didn't mean to add this
This commit is contained in:
@ -547,9 +547,9 @@ module.exports = React.createClass({
|
||||
}
|
||||
},
|
||||
|
||||
notifyNewScreen: function(screen, queryParamString) {
|
||||
notifyNewScreen: function(screen) {
|
||||
if (this.props.onNewScreen) {
|
||||
this.props.onNewScreen(screen, queryParamString);
|
||||
this.props.onNewScreen(screen);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user