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 7173bdf commit 5918632Copy full SHA for 5918632
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