mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
Fix indentation
This commit is contained in:
parent
907aaebe2f
commit
f4db765239
@ -38,15 +38,15 @@ const emojiDataWithEmojiOneSupport = EmojiData.filter((a) => {
|
||||
|
||||
const LIMIT = 20;
|
||||
const CATEGORY_ORDER = [
|
||||
'People',
|
||||
'Foods',
|
||||
'Objects',
|
||||
'Activity',
|
||||
'Skin Tones',
|
||||
'Nature',
|
||||
'Places',
|
||||
'Flags',
|
||||
'Symbols',
|
||||
'People',
|
||||
'Foods',
|
||||
'Objects',
|
||||
'Activity',
|
||||
'Skin Tones',
|
||||
'Nature',
|
||||
'Places',
|
||||
'Flags',
|
||||
'Symbols',
|
||||
];
|
||||
|
||||
const EMOJI_REGEX = /:\w*:?/g;
|
||||
|
Loading…
Reference in New Issue
Block a user