diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-08-28 15:36:04 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-08-28 15:36:04 +0700 |
| commit | 6786d929b549d10ed1abc11f42d31af84d91bd38 (patch) | |
| tree | 39e07fdf560bd2f5579b85f91b14cd99d33bf8da /src | |
| parent | 1bfd8851c66f4029ee6e5088b3776819bf61f4b7 (diff) | |
voucher
Diffstat (limited to 'src')
| -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 2e3d4e58..2d0f0f62 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -836,7 +836,7 @@ const Checkout = () => { <hr className='mt-8 mb-4 border-gray_r-8' /> <div> - {loadingVoucher && listVouchers?.length > 0 && ( + {!loadingVoucher && listVouchers?.length > 0 && ( <h3 className='font-semibold mb-4'> Promo Khusus Untuk {auth?.name} </h3> |
