Переглянути джерело

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

Klaudiusz Dembler 3 роки тому
батько
коміт
26fd7b6274
1 змінених файлів з 1 додано та 0 видалено
  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>
           </>