diff --git a/src/routes/Intro/Intro.js b/src/routes/Intro/Intro.js index 60a2224ac..168eb2e15 100644 --- a/src/routes/Intro/Intro.js +++ b/src/routes/Intro/Intro.js @@ -257,7 +257,6 @@ const Intro = ({ queryParams }) => { }, [queryParams]); React.useEffect(() => { if (typeof state.error === 'string' && state.error.length > 0) { - closeLoaderModal(); errorRef.current.scrollIntoView(); } }, [state.error]);