Skip to content

Commit f563a4b

Browse files
Merge branch 'nav-bugbash-2' of https://github.com/topcoder-platform/navigation-component into nav-bugbash-2
2 parents 94f7ba9 + cc6f7f1 commit f563a4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/TopNav/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ const TopNav = ({
229229
setTimeout(() => {
230230
const menu = findLevel2Menu(activeLevel1Id, menuId)
231231
if (menu && menu.subMenu) {
232-
// select first level 3 item
233-
setActiveLevel3Id(menu.subMenu[0].id)
234232
// this requires the item element to be mounted first
235233
setIconSelectPos(menu.subMenu[0].id)
236234
}

0 commit comments

Comments
 (0)