Skip to content

Commit

Permalink
Merge pull request #15 from hlxsites/main
Browse files Browse the repository at this point in the history
Fix for mobile menu
  • Loading branch information
davenichols-DHLS authored Jan 29, 2024
2 parents 5c10bbb + 001331b commit 0835eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/page-tabs/page-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default async function decorate(block) {
);

// For Mobile View
const dropdownList = createDropdownList(tabs, currentTab);
const dropdownList = createDropdownList(filteredTabs, currentTab);
main.prepend(dropdownList);

block.innerHTML = '';
Expand Down

0 comments on commit 0835eeb

Please sign in to comment.