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