Apply 2 suggestion(s) to 2 file(s)

This commit is contained in:
HJ 2025-06-18 18:46:33 +00:00
commit f0b1255a3c
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ const NotificationsTab = {
},
canReceiveReports () {
if (!this.user) { return false }
return this.user.privileges?.includes('reports_manage_reports')
return this.user.privileges.includes('reports_manage_reports')
},
...SharedComputedObject()
},