mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
fix key
This commit is contained in:
parent
a6ee033cb6
commit
e0bdf11b5c
@ -159,7 +159,7 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
|
|||||||
*/}
|
*/}
|
||||||
<div className="flex flex-row py-6">
|
<div className="flex flex-row py-6">
|
||||||
{rangeMap(4, (i) => (
|
{rangeMap(4, (i) => (
|
||||||
<span className="inline-block ml-1">
|
<span className="inline-block ml-1" key={i}>
|
||||||
<Star />
|
<Star />
|
||||||
</span>
|
</span>
|
||||||
))}
|
))}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user