This commit is contained in:
Ariadne Conill 2019-11-09 00:23:22 -06:00
parent 90f764224d
commit 6dfe3cc911
4 changed files with 50 additions and 20 deletions

View file

@ -5,11 +5,10 @@ const StaffPanel = {
BasicUserCard
},
computed: {
staffAccounts() {
staffAccounts () {
return this.$store.state.instance.staffAccounts
}
}
}
export default StaffPanel

View file

@ -9,8 +9,9 @@
<div class="panel-body">
<basic-user-card
v-for="user in staffAccounts"
:key="user.screen_name"
:user="user"
v-bind:key="user.screen_name" />
/>
</div>
</div>
</div>