Client: HOCs: withLoader: fix mobile loader

This commit is contained in:
Viktor Fomin 2023-03-02 13:35:37 +03:00
parent cbd8781a24
commit e7043b3f8d

View File

@ -55,7 +55,7 @@ const withLoader = (WrappedComponent) => (Loader) => {
return (!isEditor && firstLoad && !isGallery) ||
!isLoaded ||
(isMobile && inLoad) ||
(isMobile && inLoad && !firstLoad) ||
(isLoadingFilesFind && !Loader) ||
!tReady ||
!isInit ? (