diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-10 16:34:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-10 16:34:43 +0700 |
| commit | fb04f8d327aafa2eb5440ade12919e1f07c2c1c1 (patch) | |
| tree | 3a32aa24c8baa894ab177c52ed8a14a171073e2a /src/lib/merchant/components/Merchant.jsx | |
| parent | c42e3256fa8f059a937629b1e44a2dc50d736928 (diff) | |
<iman> update merchant
Diffstat (limited to 'src/lib/merchant/components/Merchant.jsx')
| -rw-r--r-- | src/lib/merchant/components/Merchant.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant/components/Merchant.jsx b/src/lib/merchant/components/Merchant.jsx index c4661d46..60c1b751 100644 --- a/src/lib/merchant/components/Merchant.jsx +++ b/src/lib/merchant/components/Merchant.jsx @@ -40,9 +40,9 @@ const Merchant = () => { setError(value); // Memperbarui state berdasarkan isError }; const stepDivs = [ + <SyaratDagang handleIsError={handleIsError}/>, <InformasiVendor handleIsError={handleIsError} />, <InformasiPerusahaan handleIsError={handleIsError} />, - <SyaratDagang />, <Dokumen />, ]; |
