Merge pull request #1504 from Human-Connection/fix_broken_pagination_on_user_profile

Fix leftover of #1479
This commit is contained in:
Wolfgang Huß 2019-09-06 14:37:20 +02:00 committed by GitHub
commit a82882529c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -388,7 +388,7 @@ export default {
resetPostList() {
this.offset = 0
this.posts = []
this.hasMore = false
this.hasMore = true
},
async block(user) {
await this.$apollo.mutate({ mutation: Block(), variables: { id: user.id } })