mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-22 07:40:32 +00:00
BIG-197 Bill landed amount text right align.
This commit is contained in:
@@ -89,11 +89,14 @@ export const useAllocateLandedCostEntriesTableColumns = () => {
|
|||||||
accessor: 'rate',
|
accessor: 'rate',
|
||||||
disableSortBy: true,
|
disableSortBy: true,
|
||||||
width: '100',
|
width: '100',
|
||||||
|
align: 'right',
|
||||||
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Header: intl.get('amount'),
|
Header: intl.get('amount'),
|
||||||
accessor: 'amount',
|
accessor: 'amount',
|
||||||
disableSortBy: true,
|
disableSortBy: true,
|
||||||
|
align: 'right',
|
||||||
width: '100',
|
width: '100',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user