Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee committed Dec 17, 2024
1 parent 250c449 commit 009829c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit 009829c

Please sign in to comment.