fix:[6687] update the groups link in map

This commit is contained in:
Javier López 2023-08-20 23:48:14 +02:00
parent 931b728c33
commit be604cc945

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,