Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
tusooa 2022-11-09 19:32:49 +00:00 committed by HJ
parent a1e49ae999
commit b28cdf2cbd
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ const StaffPanel = {
computed: {
groupedStaffAccounts () {
const staffAccounts = map(this.staffAccounts, this.findUserByName).filter(_ => _)
console.log(staffAccounts)
const groupedStaffAccounts = groupBy(staffAccounts, 'role')
return [