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',
|
'animals-and-nature': 'paw',
|
||||||
'food-and-drink': 'ice-cream',
|
'food-and-drink': 'ice-cream',
|
||||||
'travel-and-places': 'bus',
|
'travel-and-places': 'bus',
|
||||||
'activities': 'basketball-ball',
|
activities: 'basketball-ball',
|
||||||
'objects': 'lightbulb',
|
objects: 'lightbulb',
|
||||||
'symbols': 'code',
|
symbols: 'code',
|
||||||
'flags': 'flag'
|
flags: 'flag'
|
||||||
}
|
}
|
||||||
|
|
||||||
const filterByKeyword = (list, keyword = '') => {
|
const filterByKeyword = (list, keyword = '') => {
|
||||||
|
Loading…
Reference in New Issue
Block a user