mirror of https://github.com/vector-im/riot-web
Whoops, didn't mean to add this
parent
32bd9d155c
commit
6e324a0dd1
|
@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue