diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-09-09 08:25:17 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-09-09 08:25:17 +0700 |
| commit | 6e6ec26306de3f7ac7efdd528a92de1e01ae1033 (patch) | |
| tree | 95376cf072b802deafd563c09de832409db3bc7c /src/lib | |
| parent | 585e199424fb0898eddaac4399ddbbad9fc04a35 (diff) | |
<hafid> fix bug website
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index e21ea266..ca9767bc 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -1667,7 +1667,7 @@ const SectionAddress = ({ address, label, url }) => ( ); const SectionValidation = ({ address }) => - address?.stateId == 0 && ( + address?.stateId === 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.{' '} |
