mirror of
https://github.com/vercel/commerce.git
synced 2025-03-14 14:42:31 +00:00
fix(ProductView): fixed issue #136
This commit is contained in:
parent
4e5a81d0d5
commit
96f4f26632
@ -86,7 +86,7 @@ const ProductView: FC<Props> = ({ product }) => {
|
||||
</div>
|
||||
|
||||
<div className={s.sliderContainer}>
|
||||
<ProductSlider>
|
||||
<ProductSlider key={product.entityId}>
|
||||
{product.images.edges?.map((image, i) => (
|
||||
<div key={image?.node.urlOriginal} className={s.imageContainer}>
|
||||
<Image
|
||||
|
Loading…
x
Reference in New Issue
Block a user