diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-15 16:55:28 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-15 16:55:28 +0700 |
| commit | 33363a1a8dc7f4641b7b054dc72339bf53495102 (patch) | |
| tree | 7a47d18553d8322e704d3a14e8009b584707b77f /src-migrate/modules | |
| parent | ad82ceb618565eec7b1e955c8ba12243d26253f1 (diff) | |
<iman> update pickup image on product card
Diffstat (limited to 'src-migrate/modules')
| -rw-r--r-- | src-migrate/modules/cart/components/Item.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src-migrate/modules/cart/components/Item.tsx b/src-migrate/modules/cart/components/Item.tsx index a9b2d968..a54d4648 100644 --- a/src-migrate/modules/cart/components/Item.tsx +++ b/src-migrate/modules/cart/components/Item.tsx @@ -22,8 +22,6 @@ type Props = { } const CartItem = ({ item, editable = true, selfPicking}: Props) => { - console.log("item",item) - console.log("selfPicking",selfPicking) return ( <div className={style.wrapper}> {item.cart_type === 'promotion' && ( |
