mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 03:41:22 +00:00
Update src/components/common/PaginationCommon/PaginationCommon.tsx
Co-authored-by: lytrankieio123 <76729908+lytrankieio123@users.noreply.github.com>
This commit is contained in:
parent
c248eb6c0e
commit
3cee1de79d
@ -61,7 +61,7 @@ const PaginationCommon = ({
|
||||
})}
|
||||
<div
|
||||
className={classNames(s.item, {
|
||||
[`${s.disable}`]: currentPage >= pageNum - 1,
|
||||
[s.disable]: currentPage >= pageNum - 1,
|
||||
})}
|
||||
onClick={onNextClick}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user