Fix emoji picker lint
This commit is contained in:
parent
5d6f3a5c8b
commit
58b01db9e1
|
@ -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 = '') => {
|
||||
|
|
Loading…
Reference in New Issue