Skip to content

Commit

Permalink
Update with code&qa suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
petesfrench committed Nov 29, 2023
1 parent d36a5e8 commit 1eb3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/src/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function handleDropdownClick(clickedDropdown) {
}

function updateUrlHash(id, open) {
if (id !== null && id !== undefined && open) {
if (id && open) {
window.history.pushState(
null,
document.title,
Expand Down

0 comments on commit 1eb3968

Please sign in to comment.