Use teamToken, not config when doing screen fallback
This commit is contained in:
parent
c93b6c3c34
commit
d5f6ecdc49
1 changed files with 1 additions and 1 deletions
|
@ -723,7 +723,7 @@ module.exports = React.createClass({
|
||||||
} else {
|
} else {
|
||||||
// There is no information on presentedId
|
// There is no information on presentedId
|
||||||
// so point user to fallback like /directory
|
// so point user to fallback like /directory
|
||||||
if (self.props.config.home_page) {
|
if (self._teamToken) {
|
||||||
self.notifyNewScreen('home');
|
self.notifyNewScreen('home');
|
||||||
} else {
|
} else {
|
||||||
self.notifyNewScreen('directory');
|
self.notifyNewScreen('directory');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue