mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Access Settings from Profile as Owner -> link was already present, but text was misleading (corrected), removed eslint exception
This commit is contained in:
parent
cece32f55d
commit
5c540b618e
@ -111,9 +111,8 @@ export default {
|
|||||||
|
|
||||||
if (this.isOwner && this.resourceType === 'user') {
|
if (this.isOwner && this.resourceType === 'user') {
|
||||||
routes.push({
|
routes.push({
|
||||||
name: this.$t(`settings.data.name`),
|
name: this.$t(`settings.name`),
|
||||||
// eslint-disable-next-line vue/no-side-effects-in-computed-properties
|
path: '/settings',
|
||||||
callback: () => this.$router.push('/settings'),
|
|
||||||
icon: 'edit'
|
icon: 'edit'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user