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,
nextTitle,
prevTitle,
className
className,
} = props
const maxPage = Math.ceil(totalItems / itemsPerPage) - 1