mirror of
https://github.com/vercel/commerce.git
synced 2025-07-21 11:51:20 +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
3cee1de79d
commit
0e1ed45e46
@ -54,7 +54,7 @@ const PaginationCommon = ({
|
||||
<PaginationItem
|
||||
page={index}
|
||||
onClick={onPageClick}
|
||||
key={`${index}-item`}
|
||||
key={index}
|
||||
active={index === currentPage}
|
||||
/>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user