From 0ca62faf89775496320025c170c942b2cb3e1a20 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 8 Apr 2023 10:12:31 +0700 Subject: update theme color --- src/lib/checkout/components/Checkout.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/checkout/components/Checkout.jsx') diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index c9e0556b..17ac20e1 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -184,7 +184,7 @@ const Checkout = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
@@ -313,7 +313,7 @@ const Checkout = () => {
-
+
{currencyFormat(product?.price?.priceDiscount * product?.quantity)}
@@ -340,7 +340,7 @@ const Checkout = () => {
Total Diskon
-
- {currencyFormat(totalDiscountAmount)}
+
- {currencyFormat(totalDiscountAmount)}
Subtotal
-- cgit v1.2.3