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

merge-requests/1699/head
tusooa 2 years ago committed by HJ
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…
Cancel
Save