Skip to content

Commit 8908e98

Browse files
committed
dont know why this is a bug but it was
1 parent 2ac34e5 commit 8908e98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/routes/afspraak/invullen/[eventId]/+page.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
88
const data = $derived(await getEvent(page.params.eventId))
99
10-
$inspect(data)
11-
1210
const issues = $derived(submitResponse.fields.allIssues() ?? [])
1311
1412
const availabilityErrorThreshold = $derived(Math.ceil(data.event.options.length * 0.2))

0 commit comments

Comments
 (0)