fix empty popups
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { onDestroy } from 'svelte';
|
||||
|
||||
interface Props {
|
||||
end: Date,
|
||||
end: Date;
|
||||
}
|
||||
|
||||
let { end }: Props = $props();
|
||||
|
||||
Reference in New Issue
Block a user