Skip to content

Commit

Permalink
Tidyup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEPhipps committed Dec 3, 2024
1 parent b594571 commit 6ba0ef4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,6 @@ const HeaderNav = ({
<MoreNestedSubNavMenu
role="list"
isSubMenuOpen={!!isSubMenuOpen[child.id]}
// DO WE NEED THIS?
// isFoccused={!!isFoccused[group.title]}
>
{child.links.map(subChild => {
const thisSubUrl = NavHelper(subChild);
Expand Down

0 comments on commit 6ba0ef4

Please sign in to comment.