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