[components/tooltip][m]: minor behavior change

This commit is contained in:
olayway 2022-05-22 19:56:51 +02:00
parent 86c1f8f4cb
commit 5b3b07e0f1
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ export const Tooltip = ({ render, ...props }) => {
const page = allOtherPages.find(p => p._raw.sourceFilePath === filePath)
content = documentExtract(page.body.raw);
} catch {
content = 'An error occured...'
return
}
setTooltipContent(content);