diff --git a/src/alf/typography.tsx b/src/alf/typography.tsx index 1b1e81bd4c..4f6947e0e6 100644 --- a/src/alf/typography.tsx +++ b/src/alf/typography.tsx @@ -110,9 +110,7 @@ export function renderChildrenWithEmoji( return child.split(EMOJI).map((stringPart, index) => [ stringPart, emojis[index] ? ( - + {emojis[index]} ) : null,