From 5b3b07e0f15a11b238e36c84f2dbf005dc146a9c Mon Sep 17 00:00:00 2001 From: olayway Date: Sun, 22 May 2022 19:56:51 +0200 Subject: [PATCH] [components/tooltip][m]: minor behavior change --- site/components/Tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/components/Tooltip.js b/site/components/Tooltip.js index 3237869..619b7c9 100644 --- a/site/components/Tooltip.js +++ b/site/components/Tooltip.js @@ -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);