Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bandana147 committed Sep 26, 2024
1 parent 5af4b1f commit 56180ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default async function loadBlock(configs, customLib) {
const branch = new URLSearchParams(window.location.search).get('navbranch');
const miloLibs = branch ? `https://${branch}--milo--adobecom.hlx.page` : customLib || envMap[env];
if (!header && !footer) {
// eslint-disable-next-line no-console
console.error('Global navigation Error: header and footer configurations are missing.');
return;
}
Expand Down

0 comments on commit 56180ce

Please sign in to comment.