From 40a9bbfbab680a53f3cda4f9fe90389aa68a8a3a Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Fri, 11 Feb 2022 09:05:13 +0000 Subject: [PATCH] removed typo --- components/case/pagination.js | 6 ------ components/search/pagination.js | 13 ++----------- 2 files changed, 2 insertions(+), 17 deletions(-) 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 +