diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-22 10:06:37 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-22 10:06:37 +0700 |
| commit | 238c675eecaf6f4f953d87c4b0a128bfa139cff4 (patch) | |
| tree | 640980c3effdf2c96c280d7cad4ab98d33d07de9 /src/lib/merchant/components/Merchant.jsx | |
| parent | 898c82a908d604862596e477bd66ecc15fe3af0c (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, 0 insertions, 2 deletions
diff --git a/src/lib/merchant/components/Merchant.jsx b/src/lib/merchant/components/Merchant.jsx index 28244be6..a92619b6 100644 --- a/src/lib/merchant/components/Merchant.jsx +++ b/src/lib/merchant/components/Merchant.jsx @@ -36,7 +36,6 @@ const Merchant = () => { const [error, setError] = useState(false); const handleIsError = (value) => { - console.log('LAHKAH SELANJUTNYA', value); if (!value) { goToNextStep(); } @@ -80,7 +79,6 @@ const Merchant = () => { useEffect(() => { <InformasiPerusahaan buttonSubmitClick={buttonSubmitClick} />; - console.log('MASUK SINI'); }, [buttonSubmitClick]); // useEffect(() => { |
