We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbf773 commit 39de1a1Copy full SHA for 39de1a1
1 file changed
app/containers/markdown/components/emoji/Emoji.tsx
@@ -70,7 +70,7 @@ const Emoji = ({ block, isBigEmoji, style = {}, index, isAvatar = false }: IEmoj
70
if (emoji) {
71
return (
72
<View style={[{ transform: [{ translateY: isBigEmoji || isAvatar ? 0 : 3 }] }]}>
73
- <CustomEmoji style={[isBigEmoji ? customEmojiBigSize : customEmojiSize, style]} emoji={emoji} />;
+ <CustomEmoji style={[isBigEmoji ? customEmojiBigSize : customEmojiSize, style]} emoji={emoji} />
74
</View>
75
);
76
}
0 commit comments