Create user info on mute card creation
This commit is contained in:
parent
2412847195
commit
6ce116157d
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ const MuteCard = {
|
|||
progress: false
|
||||
}
|
||||
},
|
||||
created () {
|
||||
this.$store.dispatch('fetchUserRelationship', this.user.id)
|
||||
},
|
||||
computed: {
|
||||
user () {
|
||||
return this.$store.getters.findUser(this.userId)
|
||||
|
|
Loading…
Add table
Reference in a new issue