Skip to content

Commit

Permalink
Fixed a minor issuw with get AI result
Browse files Browse the repository at this point in the history
  • Loading branch information
mamatharao05 committed Jul 29, 2024
1 parent 247e35b commit d625256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SearchResults = ( props ) => {
setIsLoading( true );
try {
// Check if the algolia results are close enough
const hits = results.hits;
const hits = multiResults.hits;
const resultMatches =
hits.length > 0
? getResultMatches(
Expand Down

0 comments on commit d625256

Please sign in to comment.