From 2059831c095d52b370f5cc9bdc89da2f9673da29 Mon Sep 17 00:00:00 2001 From: HiHoi Date: Mon, 26 Feb 2024 21:10:52 +0900 Subject: [PATCH] fix: developing interview ux --- .../[id]/setting/panel/ApplicantList.tsx | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/app/teams/[id]/setting/panel/ApplicantList.tsx b/src/app/teams/[id]/setting/panel/ApplicantList.tsx index a156aa621..742341043 100644 --- a/src/app/teams/[id]/setting/panel/ApplicantList.tsx +++ b/src/app/teams/[id]/setting/panel/ApplicantList.tsx @@ -186,7 +186,7 @@ const ApplicantList = ({ return ( 인터뷰 답변 - + {!member && 신청한 사람이 없습니다.} {member && member.answers ? ( member.answers.map((interview, index) => ( - - {interview.question} - - + + + + {interview.question} + + + + )) ) : ( 인터뷰가 없습니다.