merge list tok pages

This commit is contained in:
Adrian Brzeziński 2023-05-25 16:00:23 +02:00
parent acdbbe29b0
commit dc129e243b
2 changed files with 0 additions and 14 deletions

View File

@ -150,15 +150,6 @@ const SideNav = ({ collapsed }: { collapsed: boolean }) => {
hideIconBg
showTooltip={false}
/>
<MenuItem
active={pathname === '/governance/listMarket'}
collapsed={false}
icon={<PlusCircleIcon className="h-5 w-5" />}
title={t('common:list-market')}
pagePath="/governance/listMarket"
hideIconBg
showTooltip={false}
/>
<MenuItem
active={pathname === '/governance/vote'}
collapsed={false}

View File

@ -147,11 +147,6 @@ const MoreMenuPanel = ({
path="/governance/listToken"
icon={<PlusCircleIcon className="h-5 w-5" />}
/>
<MoreMenuItem
title={t('common:list-market')}
path="/governance/listMarket"
icon={<PlusCircleIcon className="h-5 w-5" />}
/>
<MoreMenuItem
title={t('common:vote')}
path="/governance/vote"