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 GitHub
parent 2ccaaf1bcd
commit 88f89cb953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`, {