Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
a1e49ae999
commit
b28cdf2cbd
1 changed files with 0 additions and 1 deletions
|
@ -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 [
|
||||
|
|
Loading…
Reference in a new issue