complated order
This commit is contained in:
@@ -165,7 +165,9 @@ const CartPage = () => {
|
||||
<Image
|
||||
src={
|
||||
item.product.images.length > 0
|
||||
? BASE_URL + item.product.images[0].image
|
||||
? item.product.images[0].image.includes(BASE_URL)
|
||||
? item.product.images[0].image
|
||||
: BASE_URL + item.product.images[0].image
|
||||
: ProductBanner
|
||||
}
|
||||
alt={item.product.name}
|
||||
|
||||
Reference in New Issue
Block a user