Skip to content

Commit ac3aca6

Browse files
committed
fix: remove focal point details from local units
1 parent 2c52d50 commit ac3aca6

File tree

1 file changed

+0
-26
lines changed
  • app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnitsMap

1 file changed

+0
-26
lines changed

app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnitsMap/index.tsx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -368,32 +368,6 @@ function NationalSocietyLocalUnitsMap(props: Props) {
368368
value={selectedLocalUnitDetail.address_en
369369
?? selectedLocalUnitDetail.address_loc}
370370
/>
371-
<TextOutput
372-
className={styles.localUnitInfo}
373-
label={strings.localUnitDetailPhoneNumber}
374-
strongLabel
375-
value={selectedLocalUnitDetail.phone}
376-
/>
377-
<TextOutput
378-
className={styles.localUnitInfo}
379-
label={strings.localUnitDetailFocalPerson}
380-
strongLabel
381-
value={selectedLocalUnitDetail.focal_person_en
382-
?? selectedLocalUnitDetail.focal_person_loc}
383-
/>
384-
<TextOutput
385-
className={styles.localUnitInfo}
386-
label={strings.localUnitDetailEmail}
387-
strongLabel
388-
value={(
389-
<Link
390-
href={`mailto:${selectedLocalUnitDetail.email}`}
391-
external
392-
>
393-
{selectedLocalUnitDetail.email}
394-
</Link>
395-
)}
396-
/>
397371
</MapPopup>
398372
)}
399373
</BaseMap>

0 commit comments

Comments
 (0)