fix: numeric values formating.

This commit is contained in:
a.bouhuolia
2021-09-14 15:28:02 +02:00
parent 40ff1464c8
commit e1a2fa57db
50 changed files with 492 additions and 420 deletions

View File

@@ -9,12 +9,12 @@ import {
MenuDivider,
Position,
} from '@blueprintjs/core';
import { Money, Choose, Icon, If } from 'components';
import { FormattedMessage as T } from 'components';
import intl from 'react-intl-universal';
import { safeCallback } from 'utils';
import moment from 'moment';
import { FormattedMessage as T, Money, Choose, Icon, If } from 'components';
import { safeCallback } from 'utils';
/**
* Status accessor.
*/
@@ -196,7 +196,7 @@ export function useEstiamtesTableColumns() {
Header: intl.get('amount'),
accessor: AmountAccessor,
width: 140,
className: 'amount',
align: 'right',
clickable: true,
},
{