fix: remove crypto amount rounding

This commit is contained in:
José Oliveira 2021-04-13 17:56:21 +01:00 committed by Josh Harvey
parent ff4c7ed595
commit e4551e9299

View file

@ -198,9 +198,9 @@ const Transactions = () => {
textAlign: 'right', textAlign: 'right',
size: 'sm', size: 'sm',
view: it => view: it =>
`${coinUtils `${coinUtils.toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode)} ${
.toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode) it.cryptoCode
.toFormat(5)} ${it.cryptoCode}` }`
}, },
{ {
header: 'Address', header: 'Address',