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