1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Whoops, didn't mean to add this

This commit is contained in:
Kegan Dougal
2015-12-17 15:12:09 +00:00
parent 32bd9d155c
commit 6e324a0dd1

View File

@ -547,9 +547,9 @@ module.exports = React.createClass({
} }
}, },
notifyNewScreen: function(screen, queryParamString) { notifyNewScreen: function(screen) {
if (this.props.onNewScreen) { if (this.props.onNewScreen) {
this.props.onNewScreen(screen, queryParamString); this.props.onNewScreen(screen);
} }
}, },