diff --git a/components/text.js b/components/text.js index 75b2e3cc..42593575 100644 --- a/components/text.js +++ b/components/text.js @@ -244,36 +244,39 @@ export default memo(function Text ({ rel, imgproxyUrls, children, tab, itemId, o paddingRight: '15px' } - const { provider, id, meta } = parseEmbedUrl(href) - - // Youtube video embed - if (provider === 'youtube') { - return ( -