fix: 🐛
This commit is contained in:
@@ -88,7 +88,7 @@ export default function Content({
|
|||||||
typeof lastNormalUrlNode?.data === 'string' ? lastNormalUrlNode.data : undefined
|
typeof lastNormalUrlNode?.data === 'string' ? lastNormalUrlNode.data : undefined
|
||||||
|
|
||||||
return { nodes, allImages, emojiInfos, lastNormalUrl }
|
return { nodes, allImages, emojiInfos, lastNormalUrl }
|
||||||
}, [event])
|
}, [event, translatedEvent, content])
|
||||||
|
|
||||||
if (!nodes || nodes.length === 0) {
|
if (!nodes || nodes.length === 0) {
|
||||||
return null
|
return null
|
||||||
|
|||||||
Reference in New Issue
Block a user