Ver Fonte

increase number of pagination items in channel view (#1147)

Klaudiusz Dembler há 3 anos atrás
pai
commit
26fd7b6274
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/views/viewer/ChannelView/ChannelView.tsx

+ 1 - 0
src/views/viewer/ChannelView/ChannelView.tsx

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