fix: remove crypto amount rounding
This commit is contained in:
parent
58b74a6425
commit
452eafaba0
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ const Transactions = () => {
|
|||
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