diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-09 19:32:49 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-09 19:32:49 +0000 |
| commit | b28cdf2cbde0b9c08bf05559e89fae31d5fabafc (patch) | |
| tree | 463997c3f69e4a45b6a585eaba74ed2979fa6423 /src | |
| parent | a1e49ae9990f6497bffbd99ab3b857d217487338 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/staff_panel/staff_panel.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/staff_panel/staff_panel.js b/src/components/staff_panel/staff_panel.js index 91f5e910..46a92ac7 100644 --- a/src/components/staff_panel/staff_panel.js +++ b/src/components/staff_panel/staff_panel.js @@ -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 [ |
