hide 'unknown screen' warning
This commit is contained in:
parent
6eea1f7f83
commit
c1f28bb6b9
1 changed files with 1 additions and 1 deletions
|
@ -655,7 +655,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
}
|
||||
else {
|
||||
console.error("Unknown screen : %s", screen);
|
||||
if (screen) console.error("Unknown screen : %s", screen);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue