Create user info on mute card creation

This commit is contained in:
eris 2022-03-22 06:55:29 +00:00
parent 2412847195
commit 6ce116157d

View file

@ -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)