) : (
-
+
{data.authorName}
{data.isLeader && (
@@ -237,7 +237,9 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) {
{dayjs(data.updatedAt).format('YYYY.MM.DD HH:mm')}
-
{data.content}
+
+ {data.content}
+
)}
From c9cc203f1bb58636347303dea6f4d37236283f25 Mon Sep 17 00:00:00 2001
From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com>
Date: Mon, 26 Jan 2026 21:19:16 +0900
Subject: [PATCH 2/4] =?UTF-8?q?fix:=20'Grade'=20=EC=9D=B8=ED=84=B0?=
=?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=8A=A4=EC=9D=98=20'code'=20=EC=86=8D?=
=?UTF-8?q?=EC=84=B1=EC=9D=84=20'label'=EB=A1=9C=20=EC=9D=B4=EB=A6=84=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/features/study/group/api/group-study-types.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/features/study/group/api/group-study-types.ts b/src/features/study/group/api/group-study-types.ts
index 696da154..3f8c9d9a 100644
--- a/src/features/study/group/api/group-study-types.ts
+++ b/src/features/study/group/api/group-study-types.ts
@@ -318,7 +318,7 @@ export interface MissionProgressHistory {
export interface Grade {
id: 1 | 2 | 3 | 4 | 5 | 6 | 7;
- code: 'A+' | 'A-' | 'B+' | 'B-' | 'C+' | 'C-' | 'F'; // e.g. "A+", "C+"
+ label: 'A+' | 'A-' | 'B+' | 'B-' | 'C+' | 'C-' | 'F'; // e.g. "A+", "C+"
name: string; // e.g. "Great", "Cheer up"
score: 4.5 | 4 | 3.5 | 3 | 2.5 | 2 | 0;
}
From 8e9ac79bbf5297fd14a464b015e724ca0275bfce Mon Sep 17 00:00:00 2001
From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com>
Date: Thu, 29 Jan 2026 15:20:52 +0900
Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=EB=8C=93=EA=B8=80=20UI=EC=97=90?=
=?UTF-8?q?=EC=84=9C=20=EC=B5=9C=EC=86=8C=20=EB=84=88=EB=B9=84=20=EC=84=A4?=
=?UTF-8?q?=EC=A0=95=20=EC=A0=9C=EA=B1=B0=EB=A1=9C=20=EB=A0=88=EC=9D=B4?=
=?UTF-8?q?=EC=95=84=EC=9B=83=20=EA=B0=9C=EC=84=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/features/study/group/channel/ui/comment.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/features/study/group/channel/ui/comment.tsx b/src/features/study/group/channel/ui/comment.tsx
index 6d3b14e0..c5eb51aa 100644
--- a/src/features/study/group/channel/ui/comment.tsx
+++ b/src/features/study/group/channel/ui/comment.tsx
@@ -225,7 +225,7 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) {
}}
/>
) : (
-
+
{data.authorName}
{data.isLeader && (
From 9aff360fca8d1d0faf0d7cf4bfa83d20e4f79881 Mon Sep 17 00:00:00 2001
From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com>
Date: Thu, 29 Jan 2026 15:25:10 +0900
Subject: [PATCH 4/4] =?UTF-8?q?fix=20:=20min-w-0=20=EC=82=AD=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/features/study/group/channel/ui/comment.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/features/study/group/channel/ui/comment.tsx b/src/features/study/group/channel/ui/comment.tsx
index c5eb51aa..0f22a37f 100644
--- a/src/features/study/group/channel/ui/comment.tsx
+++ b/src/features/study/group/channel/ui/comment.tsx
@@ -204,7 +204,7 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) {
handleDelete(data.threadId, data.commentId);
}}
/>
-