merge list tok pages
This commit is contained in:
parent
acdbbe29b0
commit
dc129e243b
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue