summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-15 11:27:35 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-15 11:27:35 +0700
commitad82ceb618565eec7b1e955c8ba12243d26253f1 (patch)
tree694c450852475dfae50f0e00ad32242179b96556 /src/lib/checkout/components
parent08e5b76ba58645929ddeda1830f85f3eaf43969e (diff)
<iman> update view
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 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>