mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: accounts types with new design.
This commit is contained in:
@@ -103,7 +103,7 @@ function BalanceSheetTable({
|
||||
expanded={expandedRows}
|
||||
expandToggleColumn={1}
|
||||
expandColumnSpace={0.8}
|
||||
sticky={true}
|
||||
// sticky={true}
|
||||
/>
|
||||
</FinancialSheet>
|
||||
);
|
||||
|
||||
@@ -101,6 +101,7 @@ function ProfitLossSheetTable({
|
||||
rowClassNames={rowClassNames}
|
||||
expandable={true}
|
||||
expandToggleColumn={1}
|
||||
|
||||
sticky={true}
|
||||
/>
|
||||
</FinancialSheet>
|
||||
|
||||
Reference in New Issue
Block a user