File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
app/src/views/CountryNsOverviewContextAndStructure/NationalSocietyLocalUnitsMap Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments