Web:Selector fix

This commit is contained in:
Akmal Isomadinov 2023-11-09 20:04:25 +05:00
parent 919d1f425d
commit 72f0248d46

View File

@ -165,7 +165,7 @@ const Body = ({
) )
) : null} ) : null}
{isSearchLoading ? ( {isSearchLoading || isBreadCrumbsLoading ? (
searchLoader searchLoader
) : withSearch || isSearch || (itemsCount > 0 && withSearch) ? ( ) : withSearch || isSearch || (itemsCount > 0 && withSearch) ? (
<Search <Search