Gaëtan Renaudeau 7 years ago
parent
commit
824bc0991d
  1. 1
      src/api/Ripple.js

1
src/api/Ripple.js

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

Loading…
Cancel
Save