Skip to content

Commit 979b8aa

Browse files
committed
chore: refactor
1 parent df3072f commit 979b8aa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/features/products/components/ProductDetails.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ const ProductDetails = ({ product, children, onBack }: IProps) => {
5656
w="100%"
5757
bgSize="cover"
5858
bgPos="center"
59-
style={{
60-
backgroundImage: `url(${product.imageUrl})`,
61-
}}
59+
style={{ backgroundImage: `url(${product.imageUrl})` }}
6260
/>
6361
</Box>
6462
</GridItem>

0 commit comments

Comments
 (0)