diff --git a/src/components/ExchangeRate/ExchangeRateMutedField.js b/src/components/ExchangeRate/ExchangeRateMutedField.js index 10bd7fbe3..720f082c4 100644 --- a/src/components/ExchangeRate/ExchangeRateMutedField.js +++ b/src/components/ExchangeRate/ExchangeRateMutedField.js @@ -29,16 +29,15 @@ export function ExchangeRateMutedField({ if (isEqual(toCurrency, fromCurrency) && !isUndefined(toCurrency)) { return null; } - const content = ( - + - + ); return ( @@ -53,12 +52,16 @@ export function ExchangeRateMutedField({ offset: { offset: '0, 4' }, }} minimal={true} + usePortal={false} + target={
} > - } - > + 1 {fromCurrency} = {exchangeRate} {toCurrency} +