diff --git a/src/components/EmojiSuggestions.tsx b/src/components/EmojiSuggestions.tsx index 162e07fb7a43..8ab20cf13ad6 100644 --- a/src/components/EmojiSuggestions.tsx +++ b/src/components/EmojiSuggestions.tsx @@ -56,10 +56,9 @@ function EmojiSuggestions({emojis, onSelect, prefix, isEmojiPickerLarge, preferr style={styles.emojiSuggestionsText} > : - {styledTextArray.map(({text, isColored}, i) => ( + {styledTextArray.map(({text, isColored}) => ( {text}