This commit is contained in:
elforjani3
2021-09-11 17:28:33 +02:00
5 changed files with 12 additions and 14 deletions

View File

@@ -189,11 +189,9 @@ export function useInvoicesTableColumns() {
clickable: true,
},
{
id: 'balance',
id: 'amount',
Header: intl.get('balance'),
accessor: (r) => (
<Money amount={r.balance} currency={r.currency_code} />
),
accessor: 'formatted_amount',
width: 120,
className: 'balance',
clickable: true,