diff --git a/src/components/Match/AdditionalSuggestions/SuggestionsResult.js b/src/components/Match/AdditionalSuggestions/SuggestionsResult.js index 4c0f7d9a4..3e40a3260 100644 --- a/src/components/Match/AdditionalSuggestions/SuggestionsResult.js +++ b/src/components/Match/AdditionalSuggestions/SuggestionsResult.js @@ -44,6 +44,10 @@ const SuggestionsResult = ( { } }, [forcedHeight] ); + if ( !taxon ) { + return null; + } + const accessibleName = accessibleTaxonName( taxon, currentUser, t ); // A representative photo is dependant on the actual image that was scored by computer vision