This commit is contained in:
Alejandro Gomez 2023-02-12 21:23:25 +01:00 committed by Kieran
parent f24f11e59b
commit 4cd174092a
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -209,8 +209,7 @@ export default function Note(props: NoteProps) {
re:  re: 
{(mentions?.length ?? 0) > 0 ? ( {(mentions?.length ?? 0) > 0 ? (
<> <>
{pubMentions} {pubMentions} {others}
{others}
</> </>
) : ( ) : (
replyId && <Link to={eventLink(replyId)}>{hexToBech32("note", replyId)?.substring(0, 12)}</Link> replyId && <Link to={eventLink(replyId)}>{hexToBech32("note", replyId)?.substring(0, 12)}</Link>