From 775377a23892cf7162c205b91770de1be5d8765d Mon Sep 17 00:00:00 2001 From: ksbin1025 Date: Fri, 12 Nov 2021 14:13:32 +0900 Subject: [PATCH] =?UTF-8?q?PlanList=20css=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/StudyPlan/StudyPlanCard.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/StudyPlan/StudyPlanCard.js b/client/src/components/StudyPlan/StudyPlanCard.js index 3adc521..6a0701b 100644 --- a/client/src/components/StudyPlan/StudyPlanCard.js +++ b/client/src/components/StudyPlan/StudyPlanCard.js @@ -17,8 +17,8 @@ const StudyPlanCard = ({ renList, handleEdit, delSubject }) => { -

{renList.prof && renList.room ? renList.prof + ' - ' + renList.room : (renList.prof || renList.room)}

-
+

{renList.prof && renList.room ? renList.prof + ' - ' + renList.room : (renList.prof || renList.room)}

+
-- GitLab