You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Fix indentation
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user