diff --git a/src/components/SearchBar/SearchBar.tsx b/src/components/SearchBar/SearchBar.tsx index 38345710d..bfadc3e73 100644 --- a/src/components/SearchBar/SearchBar.tsx +++ b/src/components/SearchBar/SearchBar.tsx @@ -89,7 +89,7 @@ const SearchBar: React.FC = props => { search={search} onSearchChange={handleSearchChange} /> - {!!search || (tabs && tabs.length > 0) ? ( + {!!search || (tabs && tabs.length > 0 && currentTab !== 0) ? (
{isCustom ? (