mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
unnecessary closeLoaderModal func removed
This commit is contained in:
parent
8825e4389f
commit
b9a0eb4d5b
1 changed files with 0 additions and 1 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue