diff --git a/src/components/Teams/TeamGoal.vue b/src/components/Teams/TeamGoal.vue index ee306475af..890424e8f9 100644 --- a/src/components/Teams/TeamGoal.vue +++ b/src/components/Teams/TeamGoal.vue @@ -70,7 +70,15 @@ {{ participationTotalCount }} members participating - + View @@ -103,6 +111,7 @@ export default { teamNoImage, teamImageUrl: '', teamPublicId: '', + teamName: '' }; }, computed: { @@ -133,6 +142,7 @@ export default { this.loanBecause = data.community?.team?.loanBecause ?? ''; this.teamImageUrl = data.community?.team?.image?.url ?? null; this.teamPublicId = data.community?.team?.teamPublicId ?? ''; + this.teamName = data.community?.team?.name ?? ''; }).finally(() => { this.isLoading = false; }); diff --git a/src/components/Teams/TeamGoalsList.vue b/src/components/Teams/TeamGoalsList.vue index 5db53be258..1dcee684c4 100644 --- a/src/components/Teams/TeamGoalsList.vue +++ b/src/components/Teams/TeamGoalsList.vue @@ -13,6 +13,11 @@

{{ activeGoals.length }} teams with active challenges!

Don’t see your team on this list? Let us know if you’re interested!