summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-13 14:39:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-13 14:39:08 +0700
commite8745f729cb48a2cab96f8f216617240326f2018 (patch)
tree0e6cfbffbc6611a8f56f7b44935a3ffd809ba383 /src/lib/checkout/components
parent4b74228b697ba5a04e8b8850d769a676070df4ca (diff)
<iman> add feature pickup service
Diffstat (limited to 'src/lib/checkout/components')
-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 09a791ee..5f771f41 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -1295,7 +1295,7 @@ const Checkout = () => {
<div className='flex flex-col gap-y-8 border-t border-gray-300 pt-8'>
{!!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>
</div>