mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
feat(poc): test commit
This commit is contained in:
parent
8550185eae
commit
b6cff9ba01
@ -20,7 +20,7 @@ export default function Pagination({
|
|||||||
const sort = currentParams.get('sort');
|
const sort = currentParams.get('sort');
|
||||||
const pageCount = Math.ceil(itemsTotal / itemsPerPage);
|
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 handlePageClick = (event: clickEvent) => {
|
||||||
const page = event.selected;
|
const page = event.selected;
|
||||||
const newPage = page + 1;
|
const newPage = page + 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user