diff --git a/src/app/components/Toast.svelte b/src/app/components/Toast.svelte index 7674bc01..7107975a 100644 --- a/src/app/components/Toast.svelte +++ b/src/app/components/Toast.svelte @@ -1,20 +1,35 @@ {#if $toast} {@const theme = $toast.theme || "info"} -
+
{#key $toast.id}
{/if}

-
{/key}