From 3435929cf95c079564f65863697722e8dc1a9305 Mon Sep 17 00:00:00 2001 From: Lee jin <83453646+j-nary@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:14:52 +0900 Subject: [PATCH] =?UTF-8?q?style:=20QA=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../page/meetingDetail/Information/InformationPanel.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/page/meetingDetail/Information/InformationPanel.tsx b/src/components/page/meetingDetail/Information/InformationPanel.tsx index 8f102e0c..cc2f5aec 100644 --- a/src/components/page/meetingDetail/Information/InformationPanel.tsx +++ b/src/components/page/meetingDetail/Information/InformationPanel.tsx @@ -38,7 +38,7 @@ const InformationPanel = ({ detailData }: InformationPanelProps) => { { id: 3, title: '모집 대상', - generation: detailData?.canJoinOnlyActiveGeneration ? '활동 기수' : '전체', + generation: detailData?.canJoinOnlyActiveGeneration ? '활동 기수' : '전체 기수', partList: detailData?.joinableParts?.map(key => PART_NAME[key]), //'이런 사람을 찾아요' Input이 사라지면서 해당 객체의 content는 삭제 됨 //렌더링은 되어야하므로 truthy값으로 문자열 'NULL'을 삽입 @@ -150,8 +150,10 @@ const SDescription = styled('p', { const STarget = styled(SDescription, { display: 'flex', + alignItems: 'center', gap: '$10', color: '$gray10', + flexWrap: 'wrap', mb: '$24',