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
1 changed files with 1 additions and 2 deletions

View File

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