diff --git a/src/components/Pools/RemoveLiquidity/index.tsx b/src/components/Pools/RemoveLiquidity/index.tsx index 2b2cd0d9f..13269239f 100644 --- a/src/components/Pools/RemoveLiquidity/index.tsx +++ b/src/components/Pools/RemoveLiquidity/index.tsx @@ -15,7 +15,6 @@ import { Field, useBurnStateAtom } from 'src/state/pburn/atom'; import { useBurnActionHandlers, useBurnState, useDerivedBurnInfo } from 'src/state/pburn/hooks'; import { useUserSlippageTolerance } from 'src/state/puser/hooks'; import { useRemoveLiquidityHook } from 'src/state/pwallet/hooks'; -import { isEvmChain } from 'src/utils'; import { wrappedCurrency } from 'src/utils/wrappedCurrency'; import { ButtonWrapper, RemoveWrapper } from './styleds'; @@ -210,22 +209,20 @@ const RemoveLiquidity = ({ currencyA, currencyB, onLoading, onComplete }: Remove } else { return ( - {isEvmChain(chainId) && ( - - - - )} + + +