mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
delete obsolete code
This commit is contained in:
parent
ab1721a63c
commit
68e4d09aca
@ -117,10 +117,6 @@ export default {
|
|||||||
if (!(id && slug)) return ''
|
if (!(id && slug)) return ''
|
||||||
return { name: 'groups-id-slug', params: { slug, id } }
|
return { name: 'groups-id-slug', params: { slug, id } }
|
||||||
},
|
},
|
||||||
groupSlug() {
|
|
||||||
const { slug } = this.group || {}
|
|
||||||
return slug && `&${slug}`
|
|
||||||
},
|
|
||||||
groupName() {
|
groupName() {
|
||||||
const { name } = this.group || {}
|
const { name } = this.group || {}
|
||||||
return name || this.$t('profile.userAnonym')
|
return name || this.$t('profile.userAnonym')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user