diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:00:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-09 15:00:45 +0700 |
| commit | f2451beed670dc697aa2026b2df6ad1ad1e90da2 (patch) | |
| tree | e25ff3230b6878ff037216b6cd1dad527440dfb8 /src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | |
| parent | e9cd13307f0095dc4edc5048752675d80c551564 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx index d5bb69fb..77bf4316 100644 --- a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx @@ -11,7 +11,6 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { const { isDesktop, isMobile } = useDevice(); const handleInputChange = (event) => { const { name, value } = event.target; - console.log('name', name, value); updateFormKontakPerson(name, value); validateKontakPerson(); }; @@ -85,7 +84,6 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { useEffect(() => { validateKontakPerson(); }, [buttonSubmitClick]); - console.log('formKontakPerson', formKontakPerson); return ( <> {isDesktop && ( |
