From c898e29623e8fae3f08abc1f6c5069322ed72af5 Mon Sep 17 00:00:00 2001 From: Essem Date: Mon, 4 Dec 2023 00:28:52 -0600 Subject: [PATCH] Fix constant redirects to onboarding page --- app/javascript/flavours/glitch/features/ui/index.jsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/javascript/flavours/glitch/features/ui/index.jsx b/app/javascript/flavours/glitch/features/ui/index.jsx index 0f5ad539f2..48bba29b8a 100644 --- a/app/javascript/flavours/glitch/features/ui/index.jsx +++ b/app/javascript/flavours/glitch/features/ui/index.jsx @@ -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());