summaryrefslogtreecommitdiff
path: root/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
-rw-r--r--src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
index 6a50b0c7..f641d8fa 100644
--- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
+++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx
@@ -117,7 +117,6 @@ const InformasiPerusahaan = ({
'GET',
'/api/v1/partner/payment_term'
);
- console.log('dataPaymentTerm', dataPaymentTerm);
setPaymentTerm(
dataPaymentTerm?.map((o) => ({
value: o.id,
@@ -331,7 +330,6 @@ const InformasiPerusahaan = ({
const loadProfile = async () => {
try {
const dataProfile = await addressApi({ id: auth.parentId });
- console.log('dataProfile', dataProfile);
if (dataProfile.name) {
updateForm('name', dataProfile.name);
}
@@ -372,7 +370,6 @@ const InformasiPerusahaan = ({
loadProfile();
}
}, [auth?.parentId, setValue]);
- console.log('form', form);
return (
<>
{isDesktop && (