Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahdayan committed Apr 1, 2021
1 parent 1e8dc8f commit c2ee4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function getTemplates<TItem extends QuerySuggestionsHit>({
onTapAhead,
}: GetTemplatesParams<TItem>): SourceTemplates<TItem> {
return {
item({ item, Fragment, components }) {
item({ item, createElement, Fragment, components }) {
if (item.__autocomplete_qsCategory) {
return (
<Fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function getTemplates<TItem extends RecentSearchesItem>({
onTapAhead,
}: GetTemplatesParams<TItem>): SourceTemplates<TItem> {
return {
item({ item, Fragment, components }) {
item({ item, createElement, Fragment, components }) {
return (
<Fragment>
<div className="aa-ItemContent">
Expand Down

0 comments on commit c2ee4cf

Please sign in to comment.