#69 : Code cleanup

This commit is contained in:
Vadim
2021-09-05 21:39:20 +03:00
parent 6a923af383
commit eb8aa5dee7

View File

@@ -445,8 +445,8 @@
pagesCount={pagesCountWithoutClones}
showPage={handlePageChange}
>
{currentPageIndex}/{pagesCount};
{originalCurrentPageIndex}/{originalPagesCount}
{currentPageIndex}/{pagesCount};
{currentPageIndexWithoutClones}/{pagesCountWithoutClones}
<Dots
pagesCount={pagesCountWithoutClones}
currentPageIndex={currentPageIndexWithoutClones}