From e69ff969f5ee016d5b99ba177a82172c2de55b55 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Fri, 1 Mar 2024 19:15:22 -0500 Subject: [PATCH] Walking away --- .../sponsorships/10_edit_modal__sponsorship_obj.svelte | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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