1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
xmflsct
2022-12-21 01:07:12 +01:00
parent e95f1e8157
commit 047464a9c1
5 changed files with 10 additions and 6 deletions

View File

@ -218,7 +218,7 @@ const ParseHTML = React.memo(
if (children) {
return (
<ParseEmojis
content={children.toString()}
content={children?.toString()}
emojis={emojis}
size={size}
adaptiveSize={adaptiveSize}