Merge pull request #6698 from Ocelot-Social-Community/6687-groups-map

fix(webapp): fix the group link in the map
This commit is contained in:
Wolfgang Huß 2023-08-23 10:27:08 +02:00 committed by GitHub
commit 2f4ba3e8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,7 @@ export default {
},
group: {
linkTitle: '&' + e.features[0].properties.slug,
link: `/group/${e.features[0].properties.id}/${e.features[0].properties.slug}`,
link: `/groups/${e.features[0].properties.id}/${e.features[0].properties.slug}`,
},
event: {
linkTitle: e.features[0].properties.slug,