Skip to content

Commit

Permalink
Fixing Eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Snehal Sonawane committed Sep 9, 2024
1 parent 98cf57e commit 24a93a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/blocks/global-navigation/global-navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,9 +813,7 @@ class Gnav {
analyticsValue: 'Logo',
});

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

decorateMainNav = async () => {
const breadcrumbs = isDesktop.matches ? '' : await this.decorateBreadcrumbs();
Expand Down

0 comments on commit 24a93a0

Please sign in to comment.