diff --git a/src/routes/(app)/survey/new/+page.svelte b/src/routes/(app)/survey/new/+page.svelte index 21d1809..cb8012c 100644 --- a/src/routes/(app)/survey/new/+page.svelte +++ b/src/routes/(app)/survey/new/+page.svelte @@ -25,7 +25,7 @@ name="participants" id="participants" class="justify-self-start" - value={data?.participants?.[idx].email} + value={data?.participants?.[idx]?.email} /> {/each}