fix empty popups

This commit is contained in:
2025-11-10 14:24:38 +01:00
parent 1d9488e6dd
commit 93b035159b
3 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
import { onDestroy } from 'svelte';
interface Props {
end: Date,
end: Date;
}
let { end }: Props = $props();