diff options
Diffstat (limited to 'src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx index 091873a7..e7bfdbbe 100644 --- a/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/KontakPerusahaan.jsx @@ -376,7 +376,7 @@ const KontakPerusahaan = ({ chekValid, buttonSubmitClick, isKonfirmasi }) => { <div className='text-sm'> <h1 className={`font-bold py-4 mt-8 ${ - isKonfirmasi ? 'text-xl' : 'text-xl' + isKonfirmasi ? 'hidden' : 'text-xl' }`} > Kontak Person |
