Skip to content

Commit

Permalink
Merge pull request #652 from thebiggive/lintfix
Browse files Browse the repository at this point in the history
Don-1065: Fix lint error
  • Loading branch information
bdsl authored Dec 18, 2024
2 parents 1d402a5 + cabd91b commit 6ed9d05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/biggive-main-menu/biggive-main-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export class BiggiveMainMenu {
throw new Error('Missing subMenuElements');
}


subMenuElements.forEach(subMenuElement => {
// the subMenuLink is a sibling element to the actual sub-menu
const subMenuLink = subMenuElement.parentElement?.querySelector('a');
Expand Down

0 comments on commit 6ed9d05

Please sign in to comment.