Whoops, didn't mean to add this

pull/21833/head
Kegan Dougal 2015-12-17 15:12:09 +00:00
parent 32bd9d155c
commit 6e324a0dd1
1 changed files with 2 additions and 2 deletions

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