Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
a1e49ae999
commit
b28cdf2cbd
@ -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 [
|
||||||
|
Loading…
Reference in New Issue
Block a user