Browse Source

Merge pull request #1216 from gre/fix/1186

Fixes #1186
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
590d795304
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/api/Ripple.js

1
src/api/Ripple.js

@ -41,6 +41,7 @@ export const formatAPICurrencyXRP = (amount: BigNumber) => {
const value = formatCurrencyUnit(rippleUnit, amount, {
showAllDigits: true,
disableRounding: true,
useGrouping: false,
})
return { currency: 'XRP', value }
}

Loading…
Cancel
Save