Commit 5174f170 authored by tom's avatar tom

hide nav item

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