lint
This commit is contained in:
parent
5ea3d462b9
commit
95bbe73832
19 changed files with 38 additions and 58 deletions
|
|
@ -33,8 +33,8 @@ const AnnouncementsPage = {
|
|||
return useAnnouncementsStore().announcements
|
||||
},
|
||||
canPostAnnouncement() {
|
||||
return (
|
||||
this.currentUser?.privileges.has('announcements_manage_announcements')
|
||||
return this.currentUser?.privileges.has(
|
||||
'announcements_manage_announcements',
|
||||
)
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue