From 1bbcc63b4ce093ae30fd6912f39d00b5f0cfe8bc Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 15 Mar 2024 23:27:37 +1300 Subject: [PATCH] Minor fix to notifications --- materialious/src/routes/+layout.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/materialious/src/routes/+layout.svelte b/materialious/src/routes/+layout.svelte index e1e99784..5d9f3c48 100644 --- a/materialious/src/routes/+layout.svelte +++ b/materialious/src/routes/+layout.svelte @@ -440,7 +440,9 @@

No new notifications here

{:else} {#each notifications as notification} - +
+ +
{/each} {/if}