diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-04 16:10:09 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-04 16:10:09 +0700 |
| commit | f751fa6d398a8aab96380c832da927c60c6ccbe4 (patch) | |
| tree | fd61bbfb0ed3c73c44405dd902c21a5d19994e8b /src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | |
| parent | 3550c262e5eeb1b861ae100cd26ae853c7f153fe (diff) | |
<iman> update pengajuan tempo mobile view fix
Diffstat (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx index 08dbbc8a..8a1b3508 100644 --- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx @@ -944,7 +944,7 @@ const InformasiPerusahaan = ({ <div className='text-sm'> <h1 className={`font-bold py-4 mt-8 ${ - isKonfirmasi ? 'text-xl' : 'text-xl' + isKonfirmasi ? 'hidden' : 'text-xl' }`} > Informasi Perusahaan @@ -1350,7 +1350,7 @@ const InformasiPerusahaan = ({ <div className={`flex flex-col gap-2 justify-between ${ - isKonfirmasi ? 'items-center' : 'items-start' + isKonfirmasi ? 'items-start' : 'items-start' }`} > <label className='form-label '> |
