Commit 3dd7c48c authored by isstuev's avatar isstuev

fix active

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