Commit 5174f170 authored by tom's avatar tom

hide nav item

parent c7e358e9
......@@ -223,13 +223,13 @@ export default function useNavItems(): ReturnType {
isActive: pathname === '/account/custom_abi',
isNewUi: true,
},
appConfig.contractInfoApi.endpoint && {
text: 'Verified addresses',
nextRoute: { pathname: '/account/verified_addresses' as const },
icon: verifiedIcon,
isActive: pathname === '/account/verified_addresses',
isNewUi: true,
},
// appConfig.contractInfoApi.endpoint && {
// text: 'Verified addresses',
// nextRoute: { pathname: '/account/verified_addresses' as const },
// icon: verifiedIcon,
// isActive: pathname === '/account/verified_addresses',
// isNewUi: true,
// },
].filter(Boolean);
const profileItem = {
......
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