summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-15 09:56:23 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-15 09:56:23 +0000
commit5b67ba6f84354f06fa832b19efaa5e6ceb7e052e (patch)
tree88c628f0547ccf210bd43b7d698ed82dcfae20ba /src-migrate
parent0c2f4f66314ea216d3ce5b8f6c698855e3cb9386 (diff)
parent33363a1a8dc7f4641b7b054dc72339bf53495102 (diff)
Merged in Feature/pickup-service (pull request #243)
<iman> update pickup image on product card
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/cart/components/Item.tsx2
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' && (