diff --git a/src/api/Ripple.js b/src/api/Ripple.js index ada06bb4..06f359f9 100644 --- a/src/api/Ripple.js +++ b/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 } }