Skip to content

Commit

Permalink
Accommodating review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehal Sonawane committed Sep 9, 2024
1 parent b60201c commit 98cf57e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,7 @@ class Gnav {
});

decorateClientSearch = () => {
this.elements.customSearch = toFragment`<div class="feds-client-search"></div>`;
return this.elements.customSearch;
return toFragment`<div class="feds-client-search"></div>`;
};

decorateMainNav = async () => {
Expand Down

0 comments on commit 98cf57e

Please sign in to comment.