From 9c2c365da1edb2e2835d19303cdee81e53f3deb8 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 10 Apr 2023 14:43:30 +0700 Subject: fix reset password, register, search, suggest --- src/lib/checkout/components/Checkout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 17ac20e1..37a67d88 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -270,7 +270,7 @@ const Checkout = () => { {products?.map((product) => ( -
+
{product?.name} Date: Tue, 11 Apr 2023 09:47:25 +0700 Subject: Documentation and refactor code --- src/lib/checkout/components/Checkout.jsx | 4 +--- 1 file changed, 1 insertion(+), 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 96f2f161..cb96b995 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -444,9 +444,7 @@ const PickupAddress = ({ label }) => (

Telp : 021-2933 8828/29

Mobile : 0813 9000 7430

-

- *) Belum termasuk biaya pengiriman -

+

*) Belum termasuk biaya pengiriman

) -- cgit v1.2.3