Skip to content

Commit 016b49b

Browse files
committed
Remove isOpen param
1 parent 6d7261c commit 016b49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import * as getNav from '../util/get-nav'
1212
import omit from '../util/omit'
1313
import {announce} from '../util/aria-live'
1414

15-
const SearchResults = ({results, getItemProps, highlightedIndex, isOpen}) => {
15+
const SearchResults = ({results, getItemProps, highlightedIndex}) => {
1616
const siteMetadata = useSiteMetadata()
1717
if (!results || results.length === 0) {
1818
announce('No results')

0 commit comments

Comments
 (0)