From a5c9d1183c54a5cb8394743b49bd9186855f121f Mon Sep 17 00:00:00 2001 From: NamKyeongMin Date: Thu, 22 May 2025 02:11:44 +0900 Subject: [PATCH] =?UTF-8?q?[add]:=20=EB=B2=84=ED=8A=BC=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=EB=B6=80=20=EB=A0=8C=EB=8D=94=EB=A7=81=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/admin/DetailManageStudent.jsx | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/frontend/src/pages/admin/DetailManageStudent.jsx b/frontend/src/pages/admin/DetailManageStudent.jsx index 69a9074..e6b20bb 100644 --- a/frontend/src/pages/admin/DetailManageStudent.jsx +++ b/frontend/src/pages/admin/DetailManageStudent.jsx @@ -50,23 +50,27 @@ const DetailManageStudent = () => { 보증금 방어권: {student.defence} - -
- {weekData.map((week, index) => ( - - ))} -
+ {student && ( + + )} + {student && ( +
+ {weekData.map((week, index) => ( + + ))} +
+ )} );