Skip to content

Commit a338141

Browse files
committed
add hr
1 parent e6f51aa commit a338141

File tree

1 file changed

+1
-0
lines changed
  • client/app/bundles/comments/components/CommentBox/CommentList/Comment

1 file changed

+1
-0
lines changed

client/app/bundles/comments/components/CommentBox/CommentList/Comment/Comment.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const Comment = React.forwardRef((props, ref) => {
1919
<div ref={ref}>
2020
<h2 className="js-comment-author text-blue-800">{author}</h2>
2121
<span dangerouslySetInnerHTML={{ __html: sanitizedRawMarkup }} className="js-comment-text" />
22+
<hr />
2223
</div>
2324
);
2425
});

0 commit comments

Comments
 (0)