{comment.quote &&
{sliceQuote(comment.quote)}
}
-
+
{pickLink(comment.comment)}
{comment.replies.length > 0 &&
{comment.replies.map((reply, indexReply) => {
@@ -698,7 +698,7 @@ const ViewComments = ({storeComments, storeAppOptions, onCommentMenuClick, onRes
}
{comment.quote &&
{sliceQuote(comment.quote)}
}
-
+
{pickLink(comment.comment)}
{comment.replies.length > 0 &&
{comment.replies.map((reply, indexReply) => {
@@ -820,7 +820,7 @@ const CommentList = inject("storeComments", "storeAppOptions")(observer(({storeC
}