This commit is contained in:
a.bouhuolia
2021-03-08 14:53:18 +02:00
17 changed files with 39 additions and 24 deletions

View File

@@ -180,7 +180,7 @@ export function useInvoicesTableColumns() {
{
id: 'balance',
Header: formatMessage({ id: 'balance' }),
accessor: (r) => <Money amount={r.balance} currency={'USD'} />,
accessor: (r) => <Money amount={r.balance} currency={r.currency_code} />,
width: 110,
className: 'balance',
},