diff --git a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte index 3c9c7bfd..ff8a87d9 100644 --- a/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte +++ b/src/routes/sponsorships/10_edit_modal__sponsorship_obj.svelte @@ -708,7 +708,7 @@ async function handle_update__sponsorship({ - {#if $slct.sponsorship_obj.website_url.length > 10} + {#if $slct.sponsorship_obj.website_url && $slct.sponsorship_obj.website_url.length > 10} {/if} Marketing @@ -717,7 +717,7 @@ async function handle_update__sponsorship({ {#if $slct.sponsorship_obj.level_num > 1} - {#if $slct.sponsorship_obj.questions_li_json.table_exhibit} + {#if $slct.sponsorship_obj.questions_li_json && $slct.sponsorship_obj.questions_li_json.table_exhibit} {/if} Exhibitor Info @@ -726,6 +726,9 @@ async function handle_update__sponsorship({ {#if $slct.sponsorship_obj.level_num > 2} + {#if $slct.sponsorship_obj.questions_li_json && ($slct.sponsorship_obj.questions_li_json.virtual_session || $slct.sponsorship_obj.questions_li_json.virtual_session === 0)} + + {/if} Session Info {/if} @@ -738,6 +741,9 @@ async function handle_update__sponsorship({ + {#if $slct.sponsorship_obj.guest_li_json && $slct.sponsorship_obj.guest_li_json.length > 0} + + {/if} Gala Guest List