Fix comment
This commit is contained in:
parent
a7feb58b63
commit
b3df546cb9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue