From 11f6c36b162200e469389e33fd6b5932bec5b269 Mon Sep 17 00:00:00 2001 From: memeriau Date: Mon, 18 Apr 2022 13:47:16 +0200 Subject: [PATCH] current assignment team focus on candidate list --- src/components/TeamAssignment/TeamWithCandidates.tsx | 2 ++ src/components/TeamAssignment/styles.module.scss | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/src/components/TeamAssignment/TeamWithCandidates.tsx b/src/components/TeamAssignment/TeamWithCandidates.tsx index ef5feb9..645d2a4 100644 --- a/src/components/TeamAssignment/TeamWithCandidates.tsx +++ b/src/components/TeamAssignment/TeamWithCandidates.tsx @@ -81,6 +81,7 @@ const TeamWithCandidates: FC = ({ teamId }): JSX.Element | null => { {teamWishes.map((teamWish) => { const active = teamWish.id === team + const current = teamWish.id === teamId return (