summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components/CheckoutSection.jsx
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-04-21 13:14:52 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-04-21 13:14:52 +0700
commitc6c409c7fbff247c9aeb8df55a4d76dd4f682560 (patch)
tree2e90ba10ba7c4e598c9e11a68934d9726e2f887a /src/lib/checkout/components/CheckoutSection.jsx
parent20b2f505cf98af8012437b5044289ae9b3518899 (diff)
bugs fix expedisi tidak muncul
Diffstat (limited to 'src/lib/checkout/components/CheckoutSection.jsx')
-rw-r--r--src/lib/checkout/components/CheckoutSection.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/CheckoutSection.jsx b/src/lib/checkout/components/CheckoutSection.jsx
index c82e15c7..c6be9056 100644
--- a/src/lib/checkout/components/CheckoutSection.jsx
+++ b/src/lib/checkout/components/CheckoutSection.jsx
@@ -33,7 +33,7 @@ export const SectionAddress = ({ address, label, url }) => {
};
export const SectionValidation = ({ address }) =>
- address?.stateId == 0 && (
+ address?.stateId == 0 || address?.rajaongkirCityId == 0 && (
<BottomPopup active={true} title='Update Alamat'>
<div className='leading-7 text-gray_r-12/80'>
Mohon untuk memperbarui alamat Anda dengan mengklik tombol di bawah ini.{' '}