cherry-pick this into 2.11.3 fixes

This commit is contained in:
Henry Jameson 2026-08-04 17:17:05 +03:00
commit f59cd5afa3

View file

@ -405,7 +405,7 @@ const ModerationTools = {
)
},
isAdmin() {
this.$store.state.users.currentUser.role === 'admin'
return this.$store.state.users.currentUser.role === 'admin'
},
},
methods: {