|
|
|
|
@ -182,9 +182,11 @@ export default function TextareaWithMentions({
@@ -182,9 +182,11 @@ export default function TextareaWithMentions({
|
|
|
|
|
> |
|
|
|
|
<div className="flex gap-2 items-center pointer-events-none truncate"> |
|
|
|
|
<SimpleUserAvatar userId={p.pubkey} /> |
|
|
|
|
<div> |
|
|
|
|
<SimpleUsername userId={p.pubkey} className="font-semibold truncate" /> |
|
|
|
|
<Nip05 pubkey={p.pubkey} /> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</CommandItem> |
|
|
|
|
) |
|
|
|
|
})} |
|
|
|
|
|