diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-04 10:59:21 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-04 10:59:21 +0700 |
| commit | 9a49b8d84761781531cb417731cb9ef802f63541 (patch) | |
| tree | 140f9ca02190789d0d20f8ca13d00f20e81b6adc /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | |
| parent | 77f9843ad5072583cb1797d7ecf5ac80394bad3f (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | 3 |
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 && ( |
