summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-11 15:21:10 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-11 15:21:10 +0700
commit44895db5a27a87e6f6f91d4d3fda33ff444f82f0 (patch)
tree25a7b9f51623790dd7fa684e3cd7c653103634e8 /src/lib
parent2d4f116eff62474a7b4b3af18a6053e031c03ff1 (diff)
<iman> marge conflik
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/checkout/components/Checkout.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx
index 4355c7bd..3c2b8a09 100644
--- a/src/lib/checkout/components/Checkout.jsx
+++ b/src/lib/checkout/components/Checkout.jsx
@@ -1391,13 +1391,10 @@ const Checkout = () => {
<div className='flex gap-x-2 justify-between mb-4'>
<div>Grand Total</div>
<div className='font-semibold text-gray_r-12'>
-<<<<<<< HEAD
{currencyFormat(grandTotal)}
-=======
{currencyFormat(
cartCheckout?.grandTotal + finalShippingAmt
)}
->>>>>>> dev/voucher-shipment
</div>
</div>
)}