@@ -233,6 +233,7 @@ export const ChannelView: React.FC = () => {
page={isSearching ? currentSearchPage : currentPage}
itemsPerPage={videosPerPage}
totalCount={isSearching ? searchVideos?.length : totalCount}
+ maxPaginationLinks={7}
/>
</PaginationContainer>
</>