From a1d55b3c830cce15bcf52c9a2212c91fdfb8ce6c Mon Sep 17 00:00:00 2001 From: "Mac\\David" Date: Mon, 12 Aug 2024 17:44:43 +0800 Subject: [PATCH] update --- .../ProjectFinancialSummary/ProjectFinancialSummary.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx index d99b7ea..3737442 100644 --- a/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx +++ b/src/components/ProjectFinancialSummary/ProjectFinancialSummary.tsx @@ -547,12 +547,12 @@ const columns2 = [
-
+ {/*
-Formula-
CPI: Invoiced Amount / Cumulative Expenditure
Cash Flow Status: {`Positive when CPI >= 1`}
Projected CPI: Project Fee / Cumulative Expenditure
-
Cash Flow Status: {`Positive when Projected CPI >= 1`}
+
Cash Flow Status: {`Positive when Projected CPI >= 1`}
*/}
@@ -583,12 +583,12 @@ const columns2 = [ {/* */}
-
+ {/*
-Formula-
CPI: Invoiced Amount / Cumulative Expenditure
Cash Flow Status: {`Positive when CPI >= 1`}
Projected CPI: Project Fee / Cumulative Expenditure
-
Cash Flow Status: {`Positive when Projected CPI >= 1`}
+
Cash Flow Status: {`Positive when Projected CPI >= 1`}
*/}
);