fix(challenge): allow members to be loaded correctly, fix #11091

This commit is contained in:
Matteo Pagliazzi
2019-03-31 20:36:06 +02:00
parent 1e3d7acf06
commit 5656b9c6ca

View File

@@ -347,7 +347,7 @@ export default {
this.$root.$emit('habitica:show-member-modal', { this.$root.$emit('habitica:show-member-modal', {
challengeId: this.challenge._id, challengeId: this.challenge._id,
groupId: 'challenge', // @TODO: change these terrible settings groupId: 'challenge', // @TODO: change these terrible settings
group: this.group, group: this.challenge.group,
memberCount: this.challenge.memberCount, memberCount: this.challenge.memberCount,
viewingMembers: this.members, viewingMembers: this.members,
fetchMoreMembers: this.loadMembers, fetchMoreMembers: this.loadMembers,