Fix profile links
This commit is contained in:
@ -110,7 +110,7 @@ export function ChatMessage({
|
|||||||
<Icon name="signal" size={16} />
|
<Icon name="signal" size={16} />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
pubkey={""}
|
pubkey={ev.pubkey}
|
||||||
profile={profile}
|
profile={profile}
|
||||||
/>
|
/>
|
||||||
<Text content={ev.content} tags={ev.tags} />
|
<Text content={ev.content} tags={ev.tags} />
|
||||||
|
Reference in New Issue
Block a user