mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
parent
ac2b49f904
commit
8f38213780
1 changed files with 3 additions and 4 deletions
|
@ -867,12 +867,11 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
||||||
>
|
>
|
||||||
<Icon icon="link" classes="icon-inline" />
|
<Icon icon="link" classes="icon-inline" />
|
||||||
</Link>
|
</Link>
|
||||||
{/* TODO comment ap_ids are currently broken anyway, so use post.ap_id, and wait until comment tree / endpoint refactor */}
|
{
|
||||||
{!cv.comment.local && (
|
<a className={classnames} title={title} href={cv.comment.ap_id}>
|
||||||
<a className={classnames} title={title} href={cv.post.ap_id}>
|
|
||||||
<Icon icon="fedilink" classes="icon-inline" />
|
<Icon icon="fedilink" classes="icon-inline" />
|
||||||
</a>
|
</a>
|
||||||
)}
|
}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue