fix
This commit is contained in:
@@ -194,6 +194,9 @@ class PrerenderProduct extends React.Component {
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
product.pictureList && React.createElement(
|
product.pictureList && React.createElement(
|
||||||
|
Box,
|
||||||
|
{ sx: { position: 'relative', display: 'inline-block' } },
|
||||||
|
React.createElement(
|
||||||
CardMedia,
|
CardMedia,
|
||||||
{
|
{
|
||||||
component: 'img',
|
component: 'img',
|
||||||
@@ -210,6 +213,7 @@ class PrerenderProduct extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
// Product Details Section
|
// Product Details Section
|
||||||
React.createElement(
|
React.createElement(
|
||||||
|
|||||||
Reference in New Issue
Block a user