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

View File

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