mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix(ContactBalanceSummary): BIG-288 percentage of column.
This commit is contained in:
@@ -14,10 +14,8 @@ export default function VendorsBalanceSummaryTable({
|
||||
//#ownProps
|
||||
organizationName,
|
||||
}) {
|
||||
|
||||
|
||||
const {
|
||||
VendorBalanceSummary,
|
||||
VendorBalanceSummary: { table },
|
||||
isVendorsBalanceLoading,
|
||||
} = useVendorsBalanceSummaryContext();
|
||||
|
||||
@@ -39,7 +37,7 @@ export default function VendorsBalanceSummaryTable({
|
||||
<DataTable
|
||||
className={'bigcapital-datatable--financial-report'}
|
||||
columns={columns}
|
||||
data={VendorBalanceSummary?.tableRows}
|
||||
data={table?.data}
|
||||
rowClassNames={rowClassNames}
|
||||
noInitialFetch={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user