Fix broken mentions showing as empty in PDF export.

This commit is contained in:
Steven Hall
2025-06-18 13:33:31 +01:00
parent 2b209c0c5d
commit f66046a23d
@@ -15,7 +15,7 @@ export async function Mention(props: InlineProps<DocumentInlineMention>) {
: null;
if (!resolved) {
return null;
return <span className="underline">Broken link</span>;
}
return (