cleanup
This commit is contained in:
parent
eb77c5dbb9
commit
6ae52e192b
4 changed files with 0 additions and 4 deletions
|
|
@ -31,7 +31,6 @@ const BlockCard = {
|
|||
},
|
||||
methods: {
|
||||
unblockUser () {
|
||||
this.progress = true
|
||||
this.$store.dispatch('unblockUser', this.user.id)
|
||||
},
|
||||
blockUser () {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ const MuteCard = {
|
|||
},
|
||||
methods: {
|
||||
unmuteUser () {
|
||||
this.progress = true
|
||||
this.$store.dispatch('unmuteUser', this.userId)
|
||||
},
|
||||
muteUser () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue