fix: remove crypto amount rounding
This commit is contained in:
parent
ff4c7ed595
commit
e4551e9299
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue