diff --git a/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.js b/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.js index 166151406..4f813c1d2 100644 --- a/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.js +++ b/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.js @@ -32,7 +32,7 @@ export default function CashFlowStatementTable({ const rowClassNames = (row) => { return [ - `row-type--${row.original.rowTypes}`, + `row-type--${row.original.row_types}`, `row-type--${row.original.id}`, ]; };