fix dev server errors
This commit is contained in:
parent
7d9254beb6
commit
6c1d70b43b
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@
|
|||
|
||||
let { data }: Props = $props();
|
||||
|
||||
let days = daysUntilBirthday(data.birthday);
|
||||
let time = getTimeIn(data.timezone);
|
||||
let days = $derived(daysUntilBirthday(data.birthday));
|
||||
let time = $derived(getTimeIn(data.timezone));
|
||||
let charAmount = $state(0);
|
||||
let webring = $page.url.searchParams.has('webring');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue