|
|
@ -393,11 +393,6 @@ class UI extends PureComponent {
|
|
|
|
navigator.serviceWorker.addEventListener('message', this.handleServiceWorkerPostMessage);
|
|
|
|
navigator.serviceWorker.addEventListener('message', this.handleServiceWorkerPostMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// On first launch, redirect to the follow recommendations page
|
|
|
|
|
|
|
|
if (signedIn && this.props.firstLaunch) {
|
|
|
|
|
|
|
|
this.context.router.history.replace('/start');
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (signedIn) {
|
|
|
|
if (signedIn) {
|
|
|
|
this.props.dispatch(fetchMarkers());
|
|
|
|
this.props.dispatch(fetchMarkers());
|
|
|
|
this.props.dispatch(expandHomeTimeline());
|
|
|
|
this.props.dispatch(expandHomeTimeline());
|
|
|
|