cherry-pick this into 2.11.3 fixes
This commit is contained in:
parent
74a82f484a
commit
f59cd5afa3
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ const ModerationTools = {
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
isAdmin() {
|
isAdmin() {
|
||||||
this.$store.state.users.currentUser.role === 'admin'
|
return this.$store.state.users.currentUser.role === 'admin'
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue