From 791afc906fb8092645a8c4cdfdd1d0362b8ba3d3 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Wed, 19 Oct 2022 14:04:37 +0700 Subject: [PATCH] financial --- src/views/Dashboard/DashboardProject.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Dashboard/DashboardProject.js b/src/views/Dashboard/DashboardProject.js index 66af592..92cb313 100644 --- a/src/views/Dashboard/DashboardProject.js +++ b/src/views/Dashboard/DashboardProject.js @@ -587,19 +587,19 @@ const DashboardProject = () => { Cost Deviation - {isReadyProjectDetail && isReadyIntegrationInvoice ? - totalCost > plannedCost ? renderFormatRupiah(totalCost-plannedCost, 'Rp.') : 'Rp. 0' - : - } + {/* {isReadyProjectDetail && isReadyIntegrationInvoice ? */} + {/* totalCost > plannedCost ? renderFormatRupiah(totalCost-plannedCost, 'Rp.') : 'Rp. 0' */} + {/* : */} + {/* } */} Rem. to Complete - {isReadyProjectDetail && isReadyIntegrationInvoice ? - remToComplete ? renderFormatRupiah(plannedCost - totalCost, 'Rp.') : '-' - : - } + {/* {isReadyProjectDetail && isReadyIntegrationInvoice ? */} + {/* remToComplete ? renderFormatRupiah(plannedCost - totalCost, 'Rp.') : '-' */} + {/* : */} + {/* } */}