Fix constant redirects to onboarding page
This commit is contained in:
parent
8f2327095e
commit
c898e29623
1 changed files with 0 additions and 5 deletions
|
@ -415,11 +415,6 @@ class UI extends Component {
|
|||
|
||||
this.favicon = new Favico({ animation:'none' });
|
||||
|
||||
// On first launch, redirect to the follow recommendations page
|
||||
if (signedIn && this.props.firstLaunch) {
|
||||
this.props.history.replace('/start');
|
||||
}
|
||||
|
||||
if (signedIn) {
|
||||
this.props.dispatch(fetchMarkers());
|
||||
this.props.dispatch(expandHomeTimeline());
|
||||
|
|
Loading…
Reference in a new issue