Skip to content

Commit

Permalink
Merge pull request hlxsites#723 from hlxsites/719-shown-hidden-tabs-m…
Browse files Browse the repository at this point in the history
…obile

JumpMenu drop down showing tabs that should be hidden
  • Loading branch information
rgravitvl authored Jan 29, 2024
2 parents 9f5d4ed + b0d10ae commit 001331b
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 001331b

Please sign in to comment.