Skip to content

Commit

Permalink
Issue #ED-4085 fix: Added fix for acctivities not showing in groups.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Apr 18, 2024
1 parent 11466c9 commit 3bd9673
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/my-groups/group-details/group-details.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ export class GroupDetailsPage implements OnInit, OnDestroy, ViewMoreActivityActi
};
try {
this.groupDetails = await this.groupService.getById(getByIdRequest).toPromise();
console.log('this.groupDetails', this.groupDetails);

this.isSuspended = this.groupDetails.status.toLowerCase() === 'suspended';
this.memberList = this.groupDetails.members;
this.activityList = this.groupDetails.activitiesGrouped;
Expand Down

0 comments on commit 3bd9673

Please sign in to comment.