mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
fix: cashflow statement row_types.
This commit is contained in:
@@ -32,7 +32,7 @@ export default function CashFlowStatementTable({
|
|||||||
|
|
||||||
const rowClassNames = (row) => {
|
const rowClassNames = (row) => {
|
||||||
return [
|
return [
|
||||||
`row-type--${row.original.rowTypes}`,
|
`row-type--${row.original.row_types}`,
|
||||||
`row-type--${row.original.id}`,
|
`row-type--${row.original.id}`,
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user