diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 15:29:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 15:29:17 +0700 |
| commit | 8c848cf35811ee95e88ce03745ee25315172d758 (patch) | |
| tree | 24232be4bebd80188f69dab079df061cebf19d0d /src-migrate/modules/cart/components/Item.tsx | |
| parent | 0f62655a7fa63a27f3af418108f44e3bc4bab980 (diff) | |
<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 a337a47c..88a6a975 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' /> |
