Merge pull request #680 from josepfo/fix/dont-round-crypto-amount-transactions
fix: remove crypto amount rounding
This commit is contained in:
commit
41f349ffeb
1 changed files with 2 additions and 2 deletions
|
|
@ -126,11 +126,11 @@ const Transactions = () => {
|
|||
},
|
||||
{
|
||||
header: 'Crypto',
|
||||
width: 144,
|
||||
width: 150,
|
||||
textAlign: 'right',
|
||||
size: 'sm',
|
||||
view: it =>
|
||||
`${toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode).toFormat(5)} ${
|
||||
`${toUnit(new BigNumber(it.cryptoAtoms), it.cryptoCode)} ${
|
||||
it.cryptoCode
|
||||
}`
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue