Skip to content
Snippets Groups Projects
Commit 002f9898 authored by tamaina's avatar tamaina
Browse files

fix

parent 43956f3f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment