diff --git a/src/features/study/group/channel/ui/comment.tsx b/src/features/study/group/channel/ui/comment.tsx index 0f22a37f..4bfc15e4 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); }} /> -
+
) : ( -
+
{data.authorName} {data.isLeader && ( @@ -237,7 +237,7 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) { {dayjs(data.updatedAt).format('YYYY.MM.DD HH:mm')}
-

+

{data.content}