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