summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/form/components/Merchant.jsx2
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) {