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")}
*/}