prettier
This commit is contained in:
parent
4a02f33dd8
commit
3d505a6dd9
|
@ -18,7 +18,7 @@ export function Pagination(props: {
|
|||
scrollToTop,
|
||||
nextTitle,
|
||||
prevTitle,
|
||||
className
|
||||
className,
|
||||
} = props
|
||||
|
||||
const maxPage = Math.ceil(totalItems / itemsPerPage) - 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user