summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-09-09 08:33:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-09-09 08:33:08 +0700
commit2c3890956b9150ffcb8134f1aba5d99fdd895a66 (patch)
treecbd2d59db7641acfab754bc42906ffd6f8620edb /src/lib
parentcdc1be823002c68f8e7024317a1349853690576e (diff)
<hafid> fix bug website
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 e02dd9c8..8851b84c 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -1325,7 +1325,7 @@ const Checkout = () => {
{selectedCourierId == SELF_PICKUP_ID && (
<PickupAddress label='Alamat Pickup' />
)}
- {selectedCarrierId != SELF_PICKUP_ID && (
+ {selectedCourierId != SELF_PICKUP_ID && (
<Skeleton isLoaded minHeight={290}>
<SectionAddress
address={selectedAddress.shipping}