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

View File

@ -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>
))}