diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-17 17:07:44 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-17 17:07:44 +0700 |
| commit | dd8a56ad12d054e121965c41bcb077158690b208 (patch) | |
| tree | f49346100766651ca861f9793f68cfcb869c36f4 /src/lib/pengajuan-tempo/component/Konfirmasi.jsx | |
| parent | 92c6c99e3b65b1770b02c2fd63c9c943f99cfda2 (diff) | |
<iman> update code
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Konfirmasi.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Konfirmasi.jsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/pengajuan-tempo/component/Konfirmasi.jsx b/src/lib/pengajuan-tempo/component/Konfirmasi.jsx index 78591c48..0e593ac4 100644 --- a/src/lib/pengajuan-tempo/component/Konfirmasi.jsx +++ b/src/lib/pengajuan-tempo/component/Konfirmasi.jsx @@ -172,9 +172,7 @@ const Konfirmasi = ({ chekValid, buttonSubmitClick }) => { setValue('industry_id', parseInt(form.industry_id)); } }, [form]); - const handleLabelClick = () => { - setIndustriesOpen(!industriesOpen); - }; + return ( <> {isDesktop && ( |
