mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
New client group fixes (#8965)
* Fixed gem styles * Fixed party challenge logic * Fixed category sending * Filtered habitrpg * Fixed updating group * Added new empty state badge * Added information to create group * Fixed large icons * Fixed name collision
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
},
|
||||
async mounted () {
|
||||
this.groupIdForChallenges = this.groupId;
|
||||
if (this.user.party._id) this.groupIdForChallenges = this.user.party._id;
|
||||
if (this.groupId === 'party' && this.user.party._id) this.groupIdForChallenges = this.user.party._id;
|
||||
this.challenges = await this.$store.dispatch('challenges:getGroupChallenges', {groupId: this.groupIdForChallenges});
|
||||
},
|
||||
data () {
|
||||
|
||||
Reference in New Issue
Block a user