forked from crowetic/commerce
TS Issues
This commit is contained in:
parent
3ba60fcafc
commit
92a2388bd1
@ -53,8 +53,10 @@ const Head: FC<Props> = ({ categories, brands, newestProducts }) => {
|
|||||||
key={node.path}
|
key={node.path}
|
||||||
product={node}
|
product={node}
|
||||||
variant="simple"
|
variant="simple"
|
||||||
imgWidth={480}
|
imgProps={{
|
||||||
imgHeight={480}
|
width: 480,
|
||||||
|
height: 480,
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user