From 0a73cdfee8a828fc478c9abad3ecc3d4709ed031 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 16 Apr 2023 13:41:34 +0200 Subject: [PATCH] :bug: May have fixed the popup --- frontend/src/routes/+layout.svelte | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 908873a..d0244b9 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -91,9 +91,12 @@ {:else} {/if} -{#if $alertModal.open} +{#if $alertModal.open ?? false}