fix: Jellyseerr filter buttons showing when library selected

This commit is contained in:
herrrta
2025-03-05 01:06:39 -05:00
parent baccc931a2
commit e15b19deb3

View File

@@ -254,7 +254,7 @@ export default function search() {
}
/>
</TouchableOpacity>
{!loading && noResults && debouncedSearch.length > 0 && (
{searchType === "Discover" && !loading && noResults && debouncedSearch.length > 0 && (
<View className="flex flex-row justify-end items-center space-x-1">
<FilterButton
collectionId="search"