diff --git a/src/autocomplete/EmojiProvider.js b/src/autocomplete/EmojiProvider.js index b0b972282b..d58587d423 100644 --- a/src/autocomplete/EmojiProvider.js +++ b/src/autocomplete/EmojiProvider.js @@ -64,7 +64,7 @@ const EMOJI_SHORTNAMES = Object.keys(EmojiData).map((key) => EmojiData[key]).sor name: a.name, shortname: a.shortname, aliases_ascii: a.aliases_ascii ? a.aliases_ascii.join(' ') : '', - // Include the so that we can preserve the original order + // Include the index so that we can preserve the original order _orderBy: index, }; });