Skip to content

Commit

Permalink
Update src/collaboration/components/MembershipCard.js
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schreiber <[email protected]>
  • Loading branch information
josebui and paulschreiber authored Nov 7, 2023
1 parent dcf3fa3 commit 8db6f43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/collaboration/components/MembershipCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ const Content = props => {
}

const pendingRequest =
accountMembership &&
accountMembership.membershipStatus === MEMBERSHIP_STATUS_PENDING;
accountMembership?.membershipStatus === MEMBERSHIP_STATUS_PENDING;
const closedGroup =
membershipsInfo?.membershipType === MEMBERSHIP_TYPE_CLOSED;

Expand Down

0 comments on commit 8db6f43

Please sign in to comment.