diff --git a/components/header-bar/src/command-palette/hooks/use-navigation.js b/components/header-bar/src/command-palette/hooks/use-navigation.js index a98626833..1b9c222a9 100644 --- a/components/header-bar/src/command-palette/hooks/use-navigation.js +++ b/components/header-bar/src/command-palette/hooks/use-navigation.js @@ -231,7 +231,8 @@ export const useNavigation = ({ ?.childNodes?.[highlightedIndex]?.click() } else { // open apps, shortcuts link - window.location.href = itemsArray[highlightedIndex]?.['defaultAction'] + window.location.href = + itemsArray[highlightedIndex]?.['defaultAction'] // TODO: execute commands } }