mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
clean code
This commit is contained in:
@@ -60,8 +60,6 @@ const PaginationNumber = ({ page, totalPage }) => {
|
||||
}
|
||||
|
||||
function getPageElement(pagePrefix, page, currentPage) {
|
||||
console.log(pagePrefix, page, currentPage)
|
||||
|
||||
return (
|
||||
<Link href={page === 1 ? `${pagePrefix}/` : `${pagePrefix}/page/${page}`} key={page} passHref>
|
||||
<a className={
|
||||
|
||||
Reference in New Issue
Block a user