mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
fix
This commit is contained in:
parent
43956f3ffb
commit
002f98987d
@ -147,7 +147,7 @@ const edit = (emoji) => {
|
||||
...result.updated,
|
||||
}));
|
||||
|
||||
if (customEmojis.value.some(e => e.name === emoji.name)) {
|
||||
if (!customEmojis.value.some(e => e.name === emoji.name)) {
|
||||
customEmojis.value = [
|
||||
{
|
||||
name: result.updated.name,
|
||||
|
Loading…
Reference in New Issue
Block a user