Commit 3d0ca210 authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: remove Create a pool menu option (#6168)

parent 8b743615
...@@ -11,7 +11,7 @@ import { SwitchLocaleLink } from 'components/SwitchLocaleLink' ...@@ -11,7 +11,7 @@ import { SwitchLocaleLink } from 'components/SwitchLocaleLink'
import { isSupportedChain } from 'constants/chains' import { isSupportedChain } from 'constants/chains'
import { useV3Positions } from 'hooks/useV3Positions' import { useV3Positions } from 'hooks/useV3Positions'
import { useMemo } from 'react' import { useMemo } from 'react'
import { AlertTriangle, BookOpen, ChevronDown, ChevronsRight, Inbox, Layers, PlusCircle } from 'react-feather' import { AlertTriangle, BookOpen, ChevronDown, ChevronsRight, Inbox, Layers } from 'react-feather'
import { Link } from 'react-router-dom' import { Link } from 'react-router-dom'
import { useToggleWalletModal } from 'state/application/hooks' import { useToggleWalletModal } from 'state/application/hooks'
import { useUserHideClosedPositions } from 'state/user/hooks' import { useUserHideClosedPositions } from 'state/user/hooks'
...@@ -224,16 +224,6 @@ export default function Pool() { ...@@ -224,16 +224,6 @@ export default function Pool() {
const showV2Features = Boolean(V2_FACTORY_ADDRESSES[chainId]) const showV2Features = Boolean(V2_FACTORY_ADDRESSES[chainId])
const menuItems = [ const menuItems = [
{
content: (
<PoolMenuItem>
<Trans>Create a pool</Trans>
<PlusCircle size={16} />
</PoolMenuItem>
),
link: '/add/ETH',
external: false,
},
{ {
content: ( content: (
<PoolMenuItem> <PoolMenuItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment