diff --git a/src/components/Notice/CommentCommentNotice/CommentNewReplyNotice.tsx b/src/components/Notice/CommentCommentNotice/CommentNewReplyNotice.tsx index dca49e211a..d3f06a1cd1 100644 --- a/src/components/Notice/CommentCommentNotice/CommentNewReplyNotice.tsx +++ b/src/components/Notice/CommentCommentNotice/CommentNewReplyNotice.tsx @@ -28,10 +28,6 @@ const CommentNewReplyNotice = ({ notice }: { notice: NoticeType }) => { notice.reply?.node.__typename === 'Article' ? notice.reply.node : null const replyCommentCircle = notice.reply?.node.__typename === 'Circle' ? notice.reply.node : null - const replyCommentCircleDiscussion = - notice.reply?.type === 'circleDiscussion' ? notice.reply.type : null - const replyCommentCircleBroadcast = - notice.reply?.type === 'circleBroadcast' ? notice.reply.type : null return (
@@ -71,25 +67,20 @@ const CommentNewReplyNotice = ({ notice }: { notice: NoticeType }) => { )} {replyCommentCircle && ( <> - + - {replyCommentCircleDiscussion && ( - - )} - {replyCommentCircleBroadcast && ( - - )} + )} - {/* */} + /> {isMultiActors && (