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',
size: 'sm',
view: it =>
`${coinUtils
.toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode)
.toFormat(5)} ${it.cryptoCode}`
`${coinUtils.toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode)} ${
it.cryptoCode
}`
},
{
header: 'Address',