We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7261c commit 016b49bCopy full SHA for 016b49b
src/components/search.js
@@ -12,7 +12,7 @@ import * as getNav from '../util/get-nav'
12
import omit from '../util/omit'
13
import {announce} from '../util/aria-live'
14
15
-const SearchResults = ({results, getItemProps, highlightedIndex, isOpen}) => {
+const SearchResults = ({results, getItemProps, highlightedIndex}) => {
16
const siteMetadata = useSiteMetadata()
17
if (!results || results.length === 0) {
18
announce('No results')
0 commit comments