From 906ca03171c635ee0fbd497db661edd738f5f5fc Mon Sep 17 00:00:00 2001 From: "misung.dev" Date: Fri, 16 Aug 2024 14:14:20 +0900 Subject: [PATCH] =?UTF-8?q?modify:=20=EC=B0=B8=EC=84=9D=EC=9E=90=20?= =?UTF-8?q?=EB=AA=85=EB=8B=A8=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=ED=91=9C=EC=A0=9C=EB=AA=A9=20=EC=9D=BC=EB=B6=80=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/DashboardPage/DashboardAttendeePage.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/DashboardPage/DashboardAttendeePage.jsx b/src/pages/DashboardPage/DashboardAttendeePage.jsx index 8738c1e..87a4910 100644 --- a/src/pages/DashboardPage/DashboardAttendeePage.jsx +++ b/src/pages/DashboardPage/DashboardAttendeePage.jsx @@ -276,17 +276,17 @@ export default function DashboardAttendeePage() { sortData('major')}> - 학과 + 소속 - sortData('number')}> + {/* sortData('number')}> 학번 sortData('year')}> 학년 - + */} sortData('phoneNumber')}> 휴대폰 번호 @@ -324,8 +324,8 @@ export default function DashboardAttendeePage() { {data.name} {data.major} - {data.number} - {data.year} + {/* {data.number} + {data.year} */} {data.phoneNumber} {data.email}