fix: cashflow statement row_types.

This commit is contained in:
elforjani13
2021-11-10 12:16:17 +02:00
parent d94d28f709
commit 8bad78b0d3

View File

@@ -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}`,
];
};