diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 09:21:07 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-01 09:21:07 +0000 |
| commit | 7907b4a3acd3f5f4270f2ac1743600bc7a077503 (patch) | |
| tree | e5df0feee9b1ea851ce41d48eb83ce0f62b1c8de /src-migrate/modules/cart/components/Item.tsx | |
| parent | 1289137544d0ab399de22fd9d9c6824ad4f55223 (diff) | |
| parent | 8c848cf35811ee95e88ce03745ee25315172d758 (diff) | |
Merged in Feature/iman-unchek-cart (pull request #198)
<iman> update unchek all cart
Diffstat (limited to 'src-migrate/modules/cart/components/Item.tsx')
| -rw-r--r-- | src-migrate/modules/cart/components/Item.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/cart/components/Item.tsx b/src-migrate/modules/cart/components/Item.tsx index 74180fc9..47893498 100644 --- a/src-migrate/modules/cart/components/Item.tsx +++ b/src-migrate/modules/cart/components/Item.tsx @@ -20,7 +20,7 @@ type Props = { pilihSemuaCart?: boolean } -const CartItem = ({ item, editable = true, pilihSemuaCart }: Props) => { +const CartItem = ({ item, editable = true,}: Props) => { return ( <div className={style.wrapper}> @@ -46,7 +46,7 @@ const CartItem = ({ item, editable = true, pilihSemuaCart }: Props) => { <div className={style.mainProdWrapper}> {editable && ( - <CartItemSelect item={item} itemSelected={pilihSemuaCart} /> + <CartItemSelect item={item} /> )} <div className='w-4' /> |
