mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix:[6687] update the groups link in map
This commit is contained in:
parent
931b728c33
commit
be604cc945
@ -270,7 +270,7 @@ export default {
|
|||||||
},
|
},
|
||||||
group: {
|
group: {
|
||||||
linkTitle: '&' + e.features[0].properties.slug,
|
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: {
|
event: {
|
||||||
linkTitle: e.features[0].properties.slug,
|
linkTitle: e.features[0].properties.slug,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user