Commit 3ee03ae6 authored by isstuev's avatar isstuev

merge with nolink

parent 168e3092
......@@ -61,7 +61,7 @@ export default function useNavItems(): ReturnType {
{
text: 'Blockchain',
icon: globeIcon,
isActive: pathname.startsWith('block' || 'tx') || pathname === '/accounts',
isActive: pathname.startsWith('/block' || '/tx') || pathname === '/accounts',
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