This commit is contained in:
ingawei 2022-07-19 13:22:28 -07:00
parent 4a02f33dd8
commit 3d505a6dd9

View File

@ -18,7 +18,7 @@ export function Pagination(props: {
scrollToTop, scrollToTop,
nextTitle, nextTitle,
prevTitle, prevTitle,
className className,
} = props } = props
const maxPage = Math.ceil(totalItems / itemsPerPage) - 1 const maxPage = Math.ceil(totalItems / itemsPerPage) - 1