From 95061ec4438b48b98d194272ee878966cd0b296e 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 2acaaed..f1adc88 100644 --- a/src/components/Content/index.tsx +++ b/src/components/Content/index.tsx @@ -88,7 +88,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