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 7173bdf + 5918632 commit b41f463Copy full SHA for b41f463
app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx
@@ -95,7 +95,7 @@ function Presence() {
95
<Container
96
className={styles.presenceCard}
97
heading={strings.countryICRCPresenceTitle}
98
- footerActions={isDefined(countryResponse?.icrc_presence.url) && (
+ footerActions={isDefined(countryResponse?.icrc_presence?.url) && (
99
<TextOutput
100
label={strings.source}
101
value={(
0 commit comments