From 62b39de4c219132dd332c549d05c532119d9e952 Mon Sep 17 00:00:00 2001 From: ohinhyuk <8156217@naver.com> Date: Mon, 18 Sep 2023 18:21:05 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20=EA=B7=B8=EB=A3=B9=EB=B3=84=20?= =?UTF-8?q?=ED=99=9C=EB=8F=99=20=EC=A1=B0=ED=9A=8C=EC=9D=98=20=EA=B7=B8?= =?UTF-8?q?=EB=A3=B9=20=EB=B2=88=ED=98=B8=EA=B0=80=20=EA=B3=A0=EC=9C=A0?= =?UTF-8?q?=ED=95=9C=20=EA=B7=B8=EB=A3=B9=20=EB=B2=88=ED=98=B8=EA=B0=80=20?= =?UTF-8?q?=EC=95=84=EB=8B=88=EA=B8=B0=EC=97=90=20tag=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=ED=99=98=20=EC=8B=9C=EC=BC=9C=EC=A4=8C(#65)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- histudy-front/src/components/Manager/ReportTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histudy-front/src/components/Manager/ReportTable.js b/histudy-front/src/components/Manager/ReportTable.js index d745afa..3b3cb3e 100644 --- a/histudy-front/src/components/Manager/ReportTable.js +++ b/histudy-front/src/components/Manager/ReportTable.js @@ -47,7 +47,7 @@ export default function ReportTable({ padding: "0 20px", }} > - Group {data.group} + Group {data.tag} {" "} {data.members.map((member, index) => (