Fix constant redirects to onboarding page

This commit is contained in:
Essem 2023-12-04 00:28:52 -06:00
parent 8f2327095e
commit c898e29623
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -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());