Fix constant redirects to onboarding page (#2505)

th-new
Essem 2023-12-04 06:30:17 -06:00 committed by GitHub
parent 23ee393fdd
commit a46b6af1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

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