diff --git a/app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx b/app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx index 20452cde1..afc4a1ac2 100644 --- a/app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx +++ b/app/src/views/CountryNsOverviewSupportingPartners/Presence/index.tsx @@ -169,49 +169,53 @@ function Presence() { )} - + {strings.icrc} + + )} + /> + )} + withHeaderBorder + withInternalPadding + > + { + resolveToString( + strings.countryICRCConfirmedPartner, + { year }, + ) + } + {countryResponse.icrc_presence.key_operation && ( +
- {strings.icrc} + {strings.countryICRCKeyOperations} - )} - /> - )} - withHeaderBorder - withInternalPadding - > - {resolveToString( - strings.countryICRCConfirmedPartner, - { year }, - )} - {countryResponse?.icrc_presence?.key_operation && ( -
- - {strings.countryICRCKeyOperations} - - {resolveToString( - strings.countryICRCWithin, - { name: countryResponse?.name ?? '--' }, - )} -
- )} - + {resolveToString( + strings.countryICRCWithin, + { name: countryResponse.name ?? '--' }, + )} +
+ )} +
+ )} ); }