diff --git a/webapp/pages/map.vue b/webapp/pages/map.vue index 8d60fdf46..74c982ed6 100644 --- a/webapp/pages/map.vue +++ b/webapp/pages/map.vue @@ -221,25 +221,25 @@ export default { (e.features[0].properties.type === 'group' ? '/group' : '/profile') + `/${e.features[0].properties.id}/${e.features[0].properties.slug}` let description = ` -
` - description += ` +
${markerTypeLabel}: ${e.features[0].properties.name}
` description += e.features[0].properties.about && e.features[0].properties.about.length > 0 ? ` +
${markerAboutLabel}: ${e.features[0].properties.about}
` : '' description += ` +
${markerProfileLinkLabel}:
${markerProfileLinkTitle} -
` - description += ` +
`