Skip to content

Commit 5918632

Browse files
committed
fix: ICRC presence URL
1 parent 7173bdf commit 5918632

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)