Skip to content

Commit b41f463

Browse files
authored
Merge pull request #909 from IFRCGo/fix/presence-url
Fix ICRC presence URL
2 parents 7173bdf + 5918632 commit b41f463

File tree

1 file changed

+1
-1
lines changed
  • app/src/views/CountryNsOverviewSupportingPartners/Presence

1 file changed

+1
-1
lines changed

app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function Presence() {
9595
<Container
9696
className={styles.presenceCard}
9797
heading={strings.countryICRCPresenceTitle}
98-
footerActions={isDefined(countryResponse?.icrc_presence.url) && (
98+
footerActions={isDefined(countryResponse?.icrc_presence?.url) && (
9999
<TextOutput
100100
label={strings.source}
101101
value={(

0 commit comments

Comments
 (0)