Skip to content
Snippets Groups Projects
Unverified Commit 3a4e6110 authored by tusooa's avatar tusooa :zap:
Browse files

Fix emoji picker lint

parent 933c817e
No related branches found
No related tags found
No related merge requests found
......@@ -40,10 +40,10 @@ const UNICODE_EMOJI_GROUP_ICON = {
'animals-and-nature': 'paw',
'food-and-drink': 'ice-cream',
'travel-and-places': 'bus',
'activities': 'basketball-ball',
'objects': 'lightbulb',
'symbols': 'code',
'flags': 'flag'
activities: 'basketball-ball',
objects: 'lightbulb',
symbols: 'code',
flags: 'flag'
}
const filterByKeyword = (list, keyword = '') => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment