]> Untitled Git - lemmy-ui.git/commitdiff
Fixing comment report showing dot. (#1989)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 26 Jul 2023 21:11:40 +0000 (17:11 -0400)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 21:11:40 +0000 (17:11 -0400)
* Fixing comment report showing dot.

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

src/shared/components/comment/comment-node.tsx

index 4bfd62316c22bd408419b7d0450dbcee2ecec106..2576cda1a504a23041454d247f35e23919b3acd6 100644 (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`, {