This commit is contained in:
Tusooa Zhu 2022-01-08 17:17:32 -05:00
parent 210a67f444
commit 3ed30dd2ba
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const UNICODE_EMOJI_GROUP_ICON = {
'activities': 'basketball-ball',
'objects': 'lightbulb',
'symbols': 'code',
'flags': 'flag',
'flags': 'flag'
}
const filterByKeyword = (list, keyword = '') => {