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