diff --git a/src/api/Ripple.js b/src/api/Ripple.js index 8f0d5fd4..9adbf924 100644 --- a/src/api/Ripple.js +++ b/src/api/Ripple.js @@ -40,6 +40,7 @@ export const formatAPICurrencyXRP = (amount: number) => { const value = formatCurrencyUnit(rippleUnit, amount, { showAllDigits: true, disableRounding: true, + useGrouping: false, }) return { currency: 'XRP', value } }