diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-03 02:00:13 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2024-08-03 02:00:13 +0000 |
| commit | 07674f2a1cf90a90d605764409d62a46a836c9ba (patch) | |
| tree | 1577d4a365c6efb2e5c9483eca6103590756fae9 /src-migrate/modules/cart/components/Item.tsx | |
| parent | 99a5965e1e5320e9acbc9718c3642ffae85bec57 (diff) | |
| parent | 4e25a60e9c3cf93cc1faf77a5bf1ad7e6f0555ec (diff) | |
Merged in Feature/iman-unchek-cart (pull request #209)
Feature/iman unchek cart
Approved-by: trisusilo
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' /> |
