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