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.') : '-' */} + {/* : */} + {/* } */}