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