Fix indentation
This commit is contained in:
parent
907aaebe2f
commit
f4db765239
1 changed files with 9 additions and 9 deletions
|
@ -38,15 +38,15 @@ const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => {
|
||||||
|
|
||||||
const LIMIT = 20;
|
const LIMIT = 20;
|
||||||
const CATEGORY_ORDER = [
|
const CATEGORY_ORDER = [
|
||||||
'People',
|
'People',
|
||||||
'Foods',
|
'Foods',
|
||||||
'Objects',
|
'Objects',
|
||||||
'Activity',
|
'Activity',
|
||||||
'Skin Tones',
|
'Skin Tones',
|
||||||
'Nature',
|
'Nature',
|
||||||
'Places',
|
'Places',
|
||||||
'Flags',
|
'Flags',
|
||||||
'Symbols',
|
'Symbols',
|
||||||
];
|
];
|
||||||
|
|
||||||
const EMOJI_REGEX = /:\w*:?/g;
|
const EMOJI_REGEX = /:\w*:?/g;
|
||||||
|
|
Loading…
Reference in a new issue