From 6ae513f0a702b7f55ec52062a6627d0474a503e9 Mon Sep 17 00:00:00 2001 From: Imggaggu Date: Sat, 24 May 2025 14:52:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[Fix]=20navigate=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 10300fe..382ea9e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -74,7 +74,7 @@ function App() { path="/managestudent/detail/:studentId" element={ - + {studentId && } } /> From 26660f29f2e780b5e92fc899f7c87bad3030958d Mon Sep 17 00:00:00 2001 From: Imggaggu Date: Sat, 24 May 2025 14:53:06 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[Fix]=20navigate=20=EC=88=98=EC=A0=95=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 4 ++-- frontend/src/pages/admin/DetailManageStudent.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 382ea9e..ea35122 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -74,7 +74,7 @@ function App() { path="/managestudent/detail/:studentId" element={ - {studentId && } + } /> @@ -103,7 +103,7 @@ function App() { } /> diff --git a/frontend/src/pages/admin/DetailManageStudent.jsx b/frontend/src/pages/admin/DetailManageStudent.jsx index 632aa59..dc5a7d5 100644 --- a/frontend/src/pages/admin/DetailManageStudent.jsx +++ b/frontend/src/pages/admin/DetailManageStudent.jsx @@ -59,13 +59,13 @@ const DetailManageStudent = () => { 출석 관리 > )} - {student && ( + {student && student.id && (
{weekData.map((week, index) => (