From 181d01cb97ac93671753913b19d3ffa2c07cccae Mon Sep 17 00:00:00 2001 From: "Mac\\David" Date: Fri, 30 Aug 2024 13:11:17 +0800 Subject: [PATCH] remove old formula --- .../ProjectFinancialSummary/ProjectFinancialSummary.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx index 65aae5d..78b834d 100644 --- a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx +++ b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx @@ -550,12 +550,12 @@ const columns2 = [ ))} -
+ {/*
-{t("Formula")}-
CPI: {t("Invoiced Amount")} / {t("Cumulative Expenditure")}
{t("Cash Flow Status")}: {`${t("Positive when CPI")}`}
{t("Projected CPI")}: {t("Project Fee")} / {t("Cumulative Expenditure")}
-
{t("Cash Flow Status")}: {t("Positive when Projected CPI")}
+
{t("Cash Flow Status")}: {t("Positive when Projected CPI")}
*/}