We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbed3b6 + b153a18 commit 3383ed4Copy full SHA for 3383ed4
client/src/pages/search/components/publications/filters/organizations.tsx
@@ -86,7 +86,7 @@ export default function PublicationOrganizationsFilter() {
86
<AutocompleteItem
87
startContent={<span className="fr-mr-3v fr-icon--md fr-icon-user-line" />}
88
endContent={<span className="fr-text--xs fr-text-mention--grey">{item.publicationsCount} publications</span>}
89
- description={item.address?.find((a) => a.main).city}
+ description={item.address?.find((a) => a.main)?.city}
90
key={`${item.id}###${getLangFieldValue(locale)(item.label)}`}
91
>
92
{getLangFieldValue(locale)(item.label)}
0 commit comments