diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-12-11 11:51:45 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-12-11 11:51:45 +0700 |
| commit | 0f84963214ee6dc5b5a44d945540826a66bec9e0 (patch) | |
| tree | 4011423ed5147059f40afa873f87e167202f5f79 /src/lib/tempo | |
| parent | cecccfaf318e0e7c52132cf1d04c90c0df745d14 (diff) | |
<iman> update pengajuan tempo
Diffstat (limited to 'src/lib/tempo')
| -rw-r--r-- | src/lib/tempo/components/Tempo.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/tempo/components/Tempo.jsx b/src/lib/tempo/components/Tempo.jsx index 33c5bae6..dc8307c8 100644 --- a/src/lib/tempo/components/Tempo.jsx +++ b/src/lib/tempo/components/Tempo.jsx @@ -175,8 +175,7 @@ const Tempo = () => { {getLabel()} </span> </div> - {!invoices?.data?.invoices || - invoices?.data?.invoices?.length == 0 ? ( + {tempo.length > 0 && !tempo.paymentTerm ? ( <div className='flex justify-center'> <Image src='/images/ICON-DOKUMEN-VERIFIKASI.png' |
