Преглед на файлове

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