This commit is contained in:
Henry Jameson 2025-07-17 16:13:35 +03:00
commit 6ae52e192b
4 changed files with 0 additions and 4 deletions

View file

@ -31,7 +31,6 @@ const BlockCard = {
},
methods: {
unblockUser () {
this.progress = true
this.$store.dispatch('unblockUser', this.user.id)
},
blockUser () {