We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a7341 commit af4fe14Copy full SHA for af4fe14
1 file changed
src/lib/components/chat/+emote-picker.svelte
@@ -47,7 +47,7 @@
47
{/if}
48
{#if emotes.length > 0}
49
<div class="grid grid-cols-8 gap-1">
50
- {#each emotes as emote, i (emote.name)}
+ {#each emotes as emote, i (`${emote.provider}:${emote.id}`)}
51
<Tooltip.Root>
52
<Tooltip.Trigger>
53
<button
0 commit comments