Compare commits

...

1 Commits

Author SHA1 Message Date
elforjani13
8bad78b0d3 fix: cashflow statement row_types. 2021-11-10 12:16:17 +02:00

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