diff --git a/components/text.js b/components/text.js
index 654fa3ca..d7b03ce6 100644
--- a/components/text.js
+++ b/components/text.js
@@ -133,9 +133,9 @@ export default memo(function Text ({ rel = UNKNOWN_LINK_REL, imgproxyUrls, child
if (outlawed) {
return href
}
-
+ const isHashLink = href.startsWith('#')
// eslint-disable-next-line
- return {children}
+ return {children}
},
img: TextMediaOrLink,
embed: (props) =>