From 8e7f867a66ca5d69c16ac74c4fc025f87350ba59 Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 10 Oct 2025 09:24:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Content/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Content/index.tsx b/src/components/Content/index.tsx index 0a8ff30..dd56e66 100644 --- a/src/components/Content/index.tsx +++ b/src/components/Content/index.tsx @@ -112,7 +112,7 @@ export default function Content({ typeof lastNormalUrlNode?.data === 'string' ? lastNormalUrlNode.data : undefined return { nodes, allImages, emojiInfos, lastNormalUrl } - }, [event]) + }, [event, translatedEvent, content]) if (!nodes || nodes.length === 0) { return null