diff --git a/src/components/Content/index.tsx b/src/components/Content/index.tsx index 25c5f956..ba68b976 100644 --- a/src/components/Content/index.tsx +++ b/src/components/Content/index.tsx @@ -92,6 +92,7 @@ export default function Content({ mustLoadMedia?: boolean }) { const _content = event?.content ?? content + const authorPubkey = event?.pubkey const iArticleUrl = useMemo(() => (event ? getHttpUrlFromITags(event) : undefined), [event]) const iArticleCleaned = useMemo( () => (iArticleUrl ? cleanUrl(iArticleUrl) || iArticleUrl : ''), @@ -485,7 +486,7 @@ export default function Content({
{t('Music video', { defaultValue: 'Music video' })}
-