瀏覽代碼

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>
           </>