From 525d0152868a6d047a32bc142120896185bd4539 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 6 Jul 2023 12:30:54 +0800 Subject: [PATCH] log --- themes/matery/components/PaginationSimple.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/matery/components/PaginationSimple.js b/themes/matery/components/PaginationSimple.js index d647be17..df2a3f1a 100644 --- a/themes/matery/components/PaginationSimple.js +++ b/themes/matery/components/PaginationSimple.js @@ -13,7 +13,6 @@ const PaginationSimple = ({ page, totalPage }) => { const currentPage = +page const showNext = currentPage < totalPage const pagePrefix = router.asPath.split('?')[0].replace(/\/page\/[1-9]\d*/, '').replace(/\/$/, '') - console.log(currentPage, showNext) return (