Jelajahi Sumber

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

Klaudiusz Dembler 3 tahun lalu
induk
melakukan
26fd7b6274
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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>
           </>