diff --git a/web/components/pagination.tsx b/web/components/pagination.tsx index 05511bbb..3f4108bc 100644 --- a/web/components/pagination.tsx +++ b/web/components/pagination.tsx @@ -18,7 +18,7 @@ export function Pagination(props: { scrollToTop, nextTitle, prevTitle, - className + className, } = props const maxPage = Math.ceil(totalItems / itemsPerPage) - 1