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}