diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-08-15 04:29:58 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-08-15 04:29:58 +0000 |
| commit | b0cf5752c1f11a88c67cbf580cc24b5b329295f0 (patch) | |
| tree | 81b1d6424f7eb40e092112ef53addf9b072a6059 /src | |
| parent | c134e679dc9dbac4d58a46b85f155512ffe87f9e (diff) | |
| parent | ad82ceb618565eec7b1e955c8ba12243d26253f1 (diff) | |
Merged in Feature/pickup-service (pull request #238)
<iman> update view
Diffstat (limited to 'src')
| -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> |
