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