From 3692f937130e18cf396f5871d8a15bdd258bdd2b Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 13 Jan 2025 16:37:28 +0700 Subject: update merchant --- src/lib/merchant/components/Merchant.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/merchant/components/Merchant.jsx') diff --git a/src/lib/merchant/components/Merchant.jsx b/src/lib/merchant/components/Merchant.jsx index a6f923e3..59f80be5 100644 --- a/src/lib/merchant/components/Merchant.jsx +++ b/src/lib/merchant/components/Merchant.jsx @@ -40,10 +40,10 @@ const Merchant = () => { setError(value); // Memperbarui state berdasarkan isError }; const stepDivs = [ - , - , - , , + , + , + , ]; const stepLabels = [ @@ -208,7 +208,7 @@ const Merchant = () => { {isMobile && (
)} -
{
)} - + */} ); -- cgit v1.2.3