From e4245e4b081f3b1059113f837d86a2a05a6d5f01 Mon Sep 17 00:00:00 2001 From: Viktoryia Kliushun Date: Mon, 13 Nov 2023 18:17:45 +0100 Subject: [PATCH] Update text key --- src/components/EmojiSuggestions.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}