diff --git a/app/(auth)/(tabs)/(search)/index.tsx b/app/(auth)/(tabs)/(search)/index.tsx index bb0c0ddd..4d4686b9 100644 --- a/app/(auth)/(tabs)/(search)/index.tsx +++ b/app/(auth)/(tabs)/(search)/index.tsx @@ -254,7 +254,7 @@ export default function search() { } /> - {!loading && noResults && debouncedSearch.length > 0 && ( + {searchType === "Discover" && !loading && noResults && debouncedSearch.length > 0 && (