+
+ {#if type === "success"}
+
+ {:else if type == "error"}
+
+ {/if}
+
+ {message}
+
+
+ {#if link}
+
+ {/if}
+
+ {#if options?.persisted}
+
+
+
+ {/if}
+ {/if}
diff --git a/web-common/src/components/notifications/NotificationCenter.svelte b/web-common/src/components/notifications/NotificationCenter.svelte
index b8611366a58..b9a70b92017 100644
--- a/web-common/src/components/notifications/NotificationCenter.svelte
+++ b/web-common/src/components/notifications/NotificationCenter.svelte
@@ -1,27 +1,24 @@
-{#key $notificationStore.id}
- {#if $notificationStore.id}
- {#if $notificationStore?.options?.persisted}
-
- {:else if $notificationStore?.options?.persistedLink && $notificationStore.link}
-