mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 09:06:03 +00:00
Fix broken mentions showing as empty in PDF export.
This commit is contained in:
@@ -15,7 +15,7 @@ export async function Mention(props: InlineProps<DocumentInlineMention>) {
|
||||
: null;
|
||||
|
||||
if (!resolved) {
|
||||
return null;
|
||||
return <span className="underline">Broken link</span>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user