diff --git a/components/collection/pagination.tsx b/components/collection/pagination.tsx index 40ad782f3..bfd8aec31 100644 --- a/components/collection/pagination.tsx +++ b/components/collection/pagination.tsx @@ -20,7 +20,7 @@ export default function Pagination({ const sort = currentParams.get('sort'); const pageCount = Math.ceil(itemsTotal / itemsPerPage); - // Invoke when user click to request another page. + // Invoke when user click to request another page. test const handlePageClick = (event: clickEvent) => { const page = event.selected; const newPage = page + 1;