diff --git a/src/containers/Dialogs/AllocateLandedCostDialog/utils.js b/src/containers/Dialogs/AllocateLandedCostDialog/utils.js index e3fb5ac3b..0cf420992 100644 --- a/src/containers/Dialogs/AllocateLandedCostDialog/utils.js +++ b/src/containers/Dialogs/AllocateLandedCostDialog/utils.js @@ -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', }, {