fix: 🐛
This commit is contained in:
parent
c9723de863
commit
95061ec443
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue