We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3072f commit 979b8aaCopy full SHA for 979b8aa
1 file changed
src/features/products/components/ProductDetails.tsx
@@ -56,9 +56,7 @@ const ProductDetails = ({ product, children, onBack }: IProps) => {
56
w="100%"
57
bgSize="cover"
58
bgPos="center"
59
- style={{
60
- backgroundImage: `url(${product.imageUrl})`,
61
- }}
+ style={{ backgroundImage: `url(${product.imageUrl})` }}
62
/>
63
</Box>
64
</GridItem>
0 commit comments