Commit f7642886 authored by isstuev's avatar isstuev

fix3

parent 20051052
......@@ -61,7 +61,7 @@ export default function useNavItems(): ReturnType {
{
text: 'Blockchain',
icon: globeIcon,
isActive: pathname.startsWith('/block') || pathname.startsWith('/tx') || pathname === '/accounts',
isActive: blockchainNavItems.some(item => item.isActive),
isNewUi: true,
subItems: blockchainNavItems,
},
......
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