From: SleeplessOne1917 Date: Mon, 12 Jun 2023 23:02:28 +0000 (+0000) Subject: Merge branch 'main' into fix-button-click-area X-Git-Url: http://these/git/?a=commitdiff_plain;h=8dedeb68244471bbf89c9256dc38763f0c14d107;hp=b7f5c0e43e4d753ab802a247f9373a9f0fe633e8;p=lemmy-ui.git Merge branch 'main' into fix-button-click-area --- diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index e6efcef..f80cc8b 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -436,15 +436,13 @@ export class CommentNode extends Component { <> {!this.myComment && ( <> - + + + + )} + ); }