diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-30 16:28:20 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-30 16:28:20 +0700 |
| commit | 2ab080f4d6109e8abc570a422d562bafb0ca4d5e (patch) | |
| tree | b54cdc1cfdcf87b0d935714e08790f98b869eee1 /src/lib | |
| parent | 4068e4a75bfe0afb79afb84ba35cf13ac7eb2b88 (diff) | |
<iman> delete console log
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/form/components/Merchant.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/form/components/Merchant.jsx b/src/lib/form/components/Merchant.jsx index a5f2c1e8..6277114c 100644 --- a/src/lib/form/components/Merchant.jsx +++ b/src/lib/form/components/Merchant.jsx @@ -98,7 +98,6 @@ const CreateMerchant = () => { const dataProfile = await addressApi({ id: auth.parentId ? auth.parentId : auth.partnerId, }); - console.log('dataProfile', dataProfile); setValue('company', dataProfile?.name); setValue('address', dataProfile?.alamatBisnis); setValue('state', parseInt(dataProfile.stateId.id)); @@ -146,7 +145,6 @@ const CreateMerchant = () => { }, [auth, watchState]); const watchCity = watch('city'); - console.log('watchCity', watchCity); useEffect(() => { if (watchCity) { |
