From 3d505a6dd9f4bb29d9464ece07c28055bea730e6 Mon Sep 17 00:00:00 2001 From: ingawei Date: Tue, 19 Jul 2022 13:22:28 -0700 Subject: [PATCH] prettier --- web/components/pagination.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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