diff --git a/src/pages/RemoveLiquidity/index.tsx b/src/pages/RemoveLiquidity/index.tsx index 4024b3066b..afbfa1ed32 100644 --- a/src/pages/RemoveLiquidity/index.tsx +++ b/src/pages/RemoveLiquidity/index.tsx @@ -634,14 +634,7 @@ export default function RemoveLiquidity({
- 1 {currencyB?.symbol} ={' '} - {tokenB - ? pair - .priceOf(tokenB) - .invert() - .toSignificant(6) - : '-'}{' '} - {currencyA?.symbol} + 1 {currencyB?.symbol} = {tokenB ? pair.priceOf(tokenB).toSignificant(6) : '-'} {currencyA?.symbol}