1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-11 18:36:58 +00:00
This commit is contained in:
Shu Ding 2021-06-04 18:47:39 +02:00
parent a6ee033cb6
commit e0bdf11b5c
No known key found for this signature in database
GPG Key ID: 899520937F032E83

@ -159,7 +159,7 @@ const ProductView: FC<Props> = ({ product, relatedProducts }) => {
*/}
<div className="flex flex-row py-6">
{rangeMap(4, (i) => (
<span className="inline-block ml-1">
<span className="inline-block ml-1" key={i}>
<Star />
</span>
))}