space
This commit is contained in:
parent
f24f11e59b
commit
4cd174092a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user