complated order

This commit is contained in:
Samandar Turgunboyev
2026-02-04 18:29:55 +05:00
parent 4d22e3441c
commit 2535913eb2
19 changed files with 176 additions and 144 deletions

View File

@@ -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}