Fix emoji picker lint

This commit is contained in:
Tusooa Zhu 2022-08-01 11:03:52 -04:00
parent 5d6f3a5c8b
commit 58b01db9e1
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 4 additions and 4 deletions

View File

@ -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 = '') => {