Skip to content

Commit 39de1a1

Browse files
committed
yup it's jsx not js... habbit of adding semi-colon is bad...
1 parent 7bbf773 commit 39de1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/containers/markdown/components/emoji

app/containers/markdown/components/emoji/Emoji.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const Emoji = ({ block, isBigEmoji, style = {}, index, isAvatar = false }: IEmoj
7070
if (emoji) {
7171
return (
7272
<View style={[{ transform: [{ translateY: isBigEmoji || isAvatar ? 0 : 3 }] }]}>
73-
<CustomEmoji style={[isBigEmoji ? customEmojiBigSize : customEmojiSize, style]} emoji={emoji} />;
73+
<CustomEmoji style={[isBigEmoji ? customEmojiBigSize : customEmojiSize, style]} emoji={emoji} />
7474
</View>
7575
);
7676
}

0 commit comments

Comments
 (0)