diff --git a/webapp/components/suggestion/search_suggestion_list.jsx b/webapp/components/suggestion/search_suggestion_list.jsx index 4eb26a1cf8..944ddaeca8 100644 --- a/webapp/components/suggestion/search_suggestion_list.jsx +++ b/webapp/components/suggestion/search_suggestion_list.jsx @@ -79,7 +79,7 @@ export default class SearchSuggestionList extends SuggestionList { term={term} matchedPretext={this.state.matchedPretext[i]} isSelection={isSelection} - onClick={this.handleItemClick} + onClick={this.props.onCompleteWord} /> ); }