diff --git a/web/app/components/plugins/marketplace/list/collection-list.tsx b/web/app/components/plugins/marketplace/list/collection-list.tsx index 76297960f9..47c601c9b7 100644 --- a/web/app/components/plugins/marketplace/list/collection-list.tsx +++ b/web/app/components/plugins/marketplace/list/collection-list.tsx @@ -49,8 +49,9 @@ export function CollectionHeader({ carouselCollectionNames, viewMore, }: CollectionHeaderProps) { - const showViewMore = collection.searchable - && (carouselCollectionNames.includes(collection.name) || itemsLength > GRID_DISPLAY_LIMIT) + const showViewMore = (collection.searchable || collection.search_params) + && !carouselCollectionNames.includes(collection.name) + && itemsLength > GRID_DISPLAY_LIMIT return (