diff --git a/src/pages/board/BoardView/Card/CommentCard.tsx b/src/pages/board/BoardView/Card/CommentCard.tsx index a1cedda6f..d44fa3861 100644 --- a/src/pages/board/BoardView/Card/CommentCard.tsx +++ b/src/pages/board/BoardView/Card/CommentCard.tsx @@ -15,7 +15,7 @@ const CommentCard = ({ commentInfo, replyComments }: CommentCardProps) => { {(!commentInfo.isDeleted || replyComments.length > 0) && ( - + {!commentInfo.isDeleted && {commentInfo.content}}
{replyComments.map((replyComment) => (