diff --git a/packages/hoppscotch-common/src/components/teams/Edit.vue b/packages/hoppscotch-common/src/components/teams/Edit.vue index 90fc88656..28129a90b 100644 --- a/packages/hoppscotch-common/src/components/teams/Edit.vue +++ b/packages/hoppscotch-common/src/components/teams/Edit.vue @@ -35,12 +35,12 @@ v-if=" !teamDetails.loading && E.isRight(teamDetails.data) && - teamDetails.data.right.team.teamMembers + teamDetails.data.right.team?.teamMembers " class="border rounded border-divider" >
@@ -122,7 +122,7 @@