Skip to content
Snippets Groups Projects
Commit 7d881d97 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Apply suggestion to src/components/staff_panel/staff_panel.js

parent 431b3f52
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ import map from 'lodash/map'
import BasicUserCard from '../basic_user_card/basic_user_card.vue'
const StaffPanel = {
created() {
created () {
const nicknames = this.$store.state.instance.staffAccounts
nicknames.forEach(nickname => this.$store.dispatch('fetchUserIfMissing', nickname))
},
......
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