diff --git a/components/case/pagination.js b/components/case/pagination.js
index 88d224d3..b44d38a8 100644
--- a/components/case/pagination.js
+++ b/components/case/pagination.js
@@ -148,12 +148,6 @@ const PaginationControl = (props) => {
)}
- {/* {"current page state: " +
- props.currentView.currentPage}{" "}
-
- {"current page: " + currentPage}
- {"total pages: " + pagesCount}
-
*/}
{props.currentView.currentPage < pagesCount ? (
{
};
const paginationArray = paginationNumbers(currentPage, pagesCount);
-
- console.log(props);
return (
<>
{" "}
@@ -150,21 +148,14 @@ const PaginationControl = (props) => {
)}
- {/* {"current page state: " +
- props.currentView.currentPage}{" "}
-
- {"current page: " + currentPage}
- {"total pages: " + pagesCount}
-
- {/* {thisCurrentPage != currentPage &&
- setThisCurrentPage(currentPage)} */}{" "}
{props.currentView.currentPage < pagesCount ? (
{
spinnerState(),
setCurrentPage(
- props.currenView.currentPage + 1
+ props.currentView.currentPage +
+ 1
),
getSearchPageResults(
props.currentView.currentPage +