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',
|
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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue