delete obsolete code

This commit is contained in:
Ulf Gebhardt 2026-02-21 09:50:59 +01:00
parent ab1721a63c
commit 68e4d09aca
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -117,10 +117,6 @@ export default {
if (!(id && slug)) return ''
return { name: 'groups-id-slug', params: { slug, id } }
},
groupSlug() {
const { slug } = this.group || {}
return slug && `&${slug}`
},
groupName() {
const { name } = this.group || {}
return name || this.$t('profile.userAnonym')