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