Fixing comment report showing dot. (#1989)

* Fixing comment report showing dot.

* Using list-unstyled instead of removing <ul and <li
This commit is contained in:
Dessalines 2023-07-26 17:11:40 -04:00 committed by Dessalines
parent 48d48e09a4
commit c27303a229

View file

@ -284,7 +284,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
node.comment_view.counts.child_count > 0;
return (
<li className="comment">
<li className="comment list-unstyled">
<article
id={`comment-${cv.comment.id}`}
className={classNames(`details comment-node py-2`, {