summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-08-15 04:29:58 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-08-15 04:29:58 +0000
commitb0cf5752c1f11a88c67cbf580cc24b5b329295f0 (patch)
tree81b1d6424f7eb40e092112ef53addf9b072a6059 /src/lib
parentc134e679dc9dbac4d58a46b85f155512ffe87f9e (diff)
parentad82ceb618565eec7b1e955c8ba12243d26253f1 (diff)
Merged in Feature/pickup-service (pull request #238)
<iman> update view
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/checkout/components/Checkout.jsx2
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>