diff --git a/front/src/app/components/search/SearchResult.tsx b/front/src/app/components/search/SearchResult.tsx index 38632defdd..dfa11d733c 100644 --- a/front/src/app/components/search/SearchResult.tsx +++ b/front/src/app/components/search/SearchResult.tsx @@ -86,7 +86,7 @@ const SearchResultComponent = ({ linkProps={{ ...routes.searchResult({ appellationCode: - preview && appellations.length === 0 + preview || appellations.length === 0 ? "" : appellations[0].appellationCode, siret,