Skip to content

Commit 0e6bedf

Browse files
author
vikasrohit
committed
AS#111383418066583, Support arrow navigation for moving between suggested terms in SearchBar
-- Fixed lint errors
1 parent 97c9087 commit 0e6bedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SearchSuggestions/SearchSuggestions.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SearchSuggestions extends Component {
4444
}
4545
// prepares css class for li
4646
const itemClasses = classNames(
47-
{ 'selected' : exactMatch }
47+
{ selected : exactMatch }
4848
)
4949
// prepares and returns the DOM for each popular/recent search item
5050
return (

0 commit comments

Comments
 (0)