From c96ed24ecec9a15e24c369276556303f8868b373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patr=C3=ADcia=20Dias?= <116013814+patricia-mdias@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:43:13 +0000 Subject: [PATCH] fix: team cards (#626) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: PatrĂ­cia Dias --- frontend/src/components/Teams/CreateTeam/CardMember/index.tsx | 3 +-- .../components/Teams/TeamsList/partials/CardTeam/CardBody.tsx | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Teams/CreateTeam/CardMember/index.tsx b/frontend/src/components/Teams/CreateTeam/CardMember/index.tsx index 4fa2d9955..3d8133d68 100644 --- a/frontend/src/components/Teams/CreateTeam/CardMember/index.tsx +++ b/frontend/src/components/Teams/CreateTeam/CardMember/index.tsx @@ -78,7 +78,6 @@ const CardMember = React.memo( zIndex: 1, }} /> - {`${member.user.firstName} ${member.user.lastName}`} @@ -109,7 +108,7 @@ const CardMember = React.memo( )} {!isTeamMemberOrStakeholder && ( - + (({ userId, team }) => { - + Members @@ -99,7 +99,7 @@ const CardBody = React.memo(({ userId, team }) => { /> - + Team admin