mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +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
|
<div
|
||||||
className={classNames(s.item, {
|
className={classNames(s.item, {
|
||||||
[`${s.disable}`]: currentPage >= pageNum - 1,
|
[s.disable]: currentPage >= pageNum - 1,
|
||||||
})}
|
})}
|
||||||
onClick={onNextClick}
|
onClick={onNextClick}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user