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.
1 parent b133ab5 commit b153a18Copy full SHA for b153a18
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