diff --git a/src/pages/SearchResultPage.jsx b/src/pages/SearchResultPage.jsx index d1d8fb9..6ea8ceb 100644 --- a/src/pages/SearchResultPage.jsx +++ b/src/pages/SearchResultPage.jsx @@ -73,9 +73,21 @@ function SearchResultPage() { {query} {!isLoading && page == 1 ? ( - + <> + + {channelSearchResultData.results.length > 6 && ( +
+ + Show more channels + +
+ )} + ) : null} {isLoading ? (