forked from crowetic/commerce
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>
|
||||||
|
|
||||||
<div className={s.sliderContainer}>
|
<div className={s.sliderContainer}>
|
||||||
<ProductSlider>
|
<ProductSlider key={product.entityId}>
|
||||||
{product.images.edges?.map((image, i) => (
|
{product.images.edges?.map((image, i) => (
|
||||||
<div key={image?.node.urlOriginal} className={s.imageContainer}>
|
<div key={image?.node.urlOriginal} className={s.imageContainer}>
|
||||||
<Image
|
<Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user