From c61477111b95d83a9b862f242923b911364f3612 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Sat, 19 Oct 2024 11:49:38 +0700 Subject: fix section pengiriman --- src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx') diff --git a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx index c0f9bd4a..6651dca8 100644 --- a/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx +++ b/src/lib/pengajuan-tempo/component/informasiPerusahaan.jsx @@ -781,6 +781,7 @@ const informasiPerusahaan = ({ chekValid, buttonSubmitClick }) => {
{firstColumn.map((item) => ( handleCheckboxChange(item.id)} isChecked={isChecked(item.id)} @@ -792,6 +793,7 @@ const informasiPerusahaan = ({ chekValid, buttonSubmitClick }) => {
{secondColumn.map((item) => ( handleCheckboxChange(item.id)} -- cgit v1.2.3