From: Dessalines <dessalines@users.noreply.github.com>
Date: Wed, 26 Jul 2023 21:11:40 +0000 (-0400)
Subject: Fixing comment report showing dot. (#1989)
X-Git-Url: http://these/git/%22%7Burl%7D/%7B%60https:/%24%7Bi.domain%7D%60%7D?a=commitdiff_plain;h=88f89cb9530cfaea0b82c8a86248d7d40a9f081d;p=lemmy-ui.git

Fixing comment report showing dot. (#1989)

* Fixing comment report showing dot.

* Using list-unstyled instead of removing <ul and <li
---

diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx
index 4bfd623..2576cda 100644
--- a/src/shared/components/comment/comment-node.tsx
+++ b/src/shared/components/comment/comment-node.tsx
@@ -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`, {