Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukewh committed Dec 7, 2023
1 parent 5547c0c commit 6aa2f60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/js/base/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ if (navAccountContainer) {
notAuthenticatedMenu.classList.remove("u-hide");
authenticatedMenu.classList.add("u-hide");
}
}).
catch((e) => {
})
.catch(() => {
notAuthenticatedMenu.classList.remove("u-hide");
authenticatedMenu.classList.add("u-hide");
});;
});
}

0 comments on commit 6aa2f60

Please sign in to comment.