fix: accounts types with new design.

This commit is contained in:
a.bouhuolia
2021-01-26 12:51:13 +02:00
parent a871aea84d
commit d789228038
24 changed files with 101 additions and 100 deletions

View File

@@ -103,7 +103,7 @@ function BalanceSheetTable({
expanded={expandedRows}
expandToggleColumn={1}
expandColumnSpace={0.8}
sticky={true}
// sticky={true}
/>
</FinancialSheet>
);

View File

@@ -101,6 +101,7 @@ function ProfitLossSheetTable({
rowClassNames={rowClassNames}
expandable={true}
expandToggleColumn={1}
sticky={true}
/>
</FinancialSheet>