mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 13:46:16 +02:00
Whoops, didn't mean to add this
This commit is contained in:
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…
x
Reference in New Issue
Block a user