BIG-197 Bill landed amount text right align.

This commit is contained in:
elforjani13
2021-12-30 11:56:58 +02:00
parent 81c81bd09f
commit 9474a4fcd1

View File

@@ -89,11 +89,14 @@ export const useAllocateLandedCostEntriesTableColumns = () => {
accessor: 'rate',
disableSortBy: true,
width: '100',
align: 'right',
},
{
Header: intl.get('amount'),
accessor: 'amount',
disableSortBy: true,
align: 'right',
width: '100',
},
{