Merge pull request #6751 from aignatov-bio/ai-sci-fix-emojies-in-item-card

Increase delay for status replace [SCI-9820]
This commit is contained in:
aignatov-bio 2023-12-04 10:47:21 +01:00 committed by GitHub
commit b7177a8592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ export default {
twemoji.size = "24x24"; twemoji.size = "24x24";
twemoji.base = '/images/twemoji/'; twemoji.base = '/images/twemoji/';
twemoji.parse(this.$refs.container); twemoji.parse(this.$refs.container);
}, 100); }, 300);
} }
} }
}; };