prettier
This commit is contained in:
parent
4a02f33dd8
commit
3d505a6dd9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user