diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-15 11:27:35 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-15 11:27:35 +0700 |
| commit | ad82ceb618565eec7b1e955c8ba12243d26253f1 (patch) | |
| tree | 694c450852475dfae50f0e00ad32242179b96556 /src/lib | |
| parent | 08e5b76ba58645929ddeda1830f85f3eaf43969e (diff) | |
<iman> update view
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 5f771f41..6deba693 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -1004,7 +1004,7 @@ const Checkout = () => { <div className='p-4 flex flex-col gap-y-4'> {!!products && snakecaseKeys(products).map((item, index) => ( - <CartItem key={index} item={item} editable={false} /> + <CartItem key={index} item={item} editable={false} selfPicking={selectedExpedisi === '1,32' ? true : false}/> ))} </div> |
