Fix always redirecting to onboarding in web UI (#25396)
This commit is contained in:
parent
ec59166844
commit
f20698000f
2 changed files with 3 additions and 6 deletions
|
@ -393,11 +393,6 @@ class UI extends PureComponent {
|
|||
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) {
|
||||
this.props.dispatch(fetchMarkers());
|
||||
this.props.dispatch(expandHomeTimeline());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue