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);
} }
}, },