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/Referensi.jsx | |
| parent | 92c6c99e3b65b1770b02c2fd63c9c943f99cfda2 (diff) | |
<iman> update code
Diffstat (limited to 'src/lib/pengajuan-tempo/component/Referensi.jsx')
| -rw-r--r-- | src/lib/pengajuan-tempo/component/Referensi.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pengajuan-tempo/component/Referensi.jsx b/src/lib/pengajuan-tempo/component/Referensi.jsx index 38693d18..8db321d1 100644 --- a/src/lib/pengajuan-tempo/component/Referensi.jsx +++ b/src/lib/pengajuan-tempo/component/Referensi.jsx @@ -415,7 +415,7 @@ const Referensi = ({ chekValid, buttonSubmitClick, data }) => { <h2 className='py-2 font-semibold text-base'> Daftar Nama Supplier </h2> - <div className='h-[2px] bg-gray-300 w-[120%] inset-0 relative transform -translate-x-5'></div> + {/* <div className='h-[2px] bg-gray-300 w-[120%] inset-0 relative transform -translate-x-5'></div> */} <div className=''> {supplierData.map((supplier, index) => ( <div key={index}> |
