Commit 3dd7c48c authored by isstuev's avatar isstuev

fix active

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