From: Nutomic Date: Mon, 14 Mar 2022 18:33:59 +0000 (+0000) Subject: Fix comment fedilink (fixes #594) (#595) X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=8f38213780c85baa6d0ea98339acc97776b423d8;p=lemmy-ui.git Fix comment fedilink (fixes #594) (#595) --- diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index d9702ba..d2a36ac 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -867,12 +867,11 @@ export class CommentNode extends Component { > - {/* TODO comment ap_ids are currently broken anyway, so use post.ap_id, and wait until comment tree / endpoint refactor */} - {!cv.comment.local && ( - + { + - )} + } ); }