fix: link render
This commit is contained in:
@ -39,7 +39,7 @@ export function Text({ content, tags, eventComponent }: TextProps) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return <HyperText link={f.content} />;
|
return <HyperText link={f.content}>{f.content}</HyperText>;
|
||||||
}
|
}
|
||||||
case "mention":
|
case "mention":
|
||||||
return <Mention pubkey={f.content} />;
|
return <Mention pubkey={f.content} />;
|
||||||
|
Reference in New Issue
Block a user