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 hideIconBg
showTooltip={false} 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 <MenuItem
active={pathname === '/governance/vote'} active={pathname === '/governance/vote'}
collapsed={false} collapsed={false}

View File

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