Skip to content
Snippets Groups Projects
Commit b28cdf2c authored by tusooa's avatar tusooa :zap: Committed by HJ
Browse files

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

parent a1e49ae9
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1651Minor fixes batch
Pipeline #42445 passed
......@@ -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 [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment