fix
This commit is contained in:
parent
2e039561c9
commit
a16c6c5be7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ Object.keys(emojis).map((k) => {
|
|||
|
||||
const res = {}
|
||||
Object.keys(emojis).forEach((k) => {
|
||||
const groupId = k.replace('&', 'and').replaceAll(/ /, '-').toLowerCase()
|
||||
const groupId = k.replace('&', 'and').replaceAll(' ', '-').toLowerCase()
|
||||
res[groupId] = emojis[k]
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue