diff --git a/frontend/src/views/Org/UserPage/components/UserProjectsSection/UserProjectsSection.tsx b/frontend/src/views/Org/UserPage/components/UserProjectsSection/UserProjectsSection.tsx index dabc97c5f..c93e1fa8b 100644 --- a/frontend/src/views/Org/UserPage/components/UserProjectsSection/UserProjectsSection.tsx +++ b/frontend/src/views/Org/UserPage/components/UserProjectsSection/UserProjectsSection.tsx @@ -51,7 +51,7 @@ export const UserProjectsSection = ({ membershipId }: Props) => {

Projects

- {userId !== membership.user.id && Boolean(membership.user.publicKey) && ( + {userId !== membership.user.id && membership.status !== "invited" && (