diff --git a/src/containers/study/StudyInfoCard/index.tsx b/src/containers/study/StudyInfoCard/index.tsx index 947ec81..cd1a5e0 100644 --- a/src/containers/study/StudyInfoCard/index.tsx +++ b/src/containers/study/StudyInfoCard/index.tsx @@ -11,10 +11,9 @@ const StudyInfoCard = ({ progress, startAt, endAt, status }: StudyInfoCardProps) {status === 'ENDED' ? ( - " 종료된 스터디 입니다. " + {' 종료된 스터디 입니다. '} ) : ( <> - {' '} 스터디 진행률