fix: fix format.

This commit is contained in:
elforjani13
2021-12-15 20:19:04 +02:00
parent 3466828b65
commit a7a94ba201
3 changed files with 5 additions and 5 deletions

View File

@@ -25,14 +25,14 @@ export function useRefundCreditTransactionsTableColumns() {
() => [
{
Header: intl.get('date'),
accessor: 'date',
accessor: 'formatted_date',
Cell: FormatDateCell,
width: 100,
className: 'date',
},
{
Header: intl.get('refund_credit_transactions.column.amount_refunded'),
accessor: 'amount',
accessor: 'formtted_amount',
width: 100,
className: 'amount',
align: 'right',