fix: accounts list

This commit is contained in:
a.bouhuolia
2021-01-23 18:44:24 +02:00
parent 3f2387b875
commit b7913683c4
5 changed files with 13 additions and 22 deletions

View File

@@ -148,7 +148,7 @@ function AccountsDataTable({
{
id: 'type',
Header: formatMessage({ id: 'type' }),
accessor: 'type.label',
accessor: 'account_type_label',
className: 'type',
width: 140,
},
@@ -156,7 +156,7 @@ function AccountsDataTable({
id: 'normal',
Header: formatMessage({ id: 'normal' }),
Cell: NormalCell,
accessor: 'type.normal',
accessor: 'account_normal',
className: 'normal',
width: 65,
},