Finally working on the Launcher piece again. Getting it updated to match the standards for everything else.
This commit is contained in:
@@ -667,18 +667,21 @@ $effect(() => {
|
||||
<!-- {#if $lq__event_obj && $lq__event_location_obj_li && $lq__event_session_obj_li && event_location_obj_li && event_location_obj_li.length > 0} -->
|
||||
<!-- {#if $lq__event_obj && $lq__event_location_obj_li} -->
|
||||
<Launcher_menu
|
||||
bind:data_url={data.url}
|
||||
data_url={data.url}
|
||||
|
||||
lq__event_obj={lq__event_obj}
|
||||
|
||||
lq__event_event_file_obj_li={lq__event_event_file_obj_li}
|
||||
lq__location_event_file_obj_li={lq__location_event_file_obj_li}
|
||||
slct__event_file_id={$events_slct.event_file_id}
|
||||
|
||||
lq__event_location_obj={lq__event_location_obj}
|
||||
lq__event_location_obj_li={lq__event_location_obj_li}
|
||||
lq__event_location_obj={lq__event_location_obj}
|
||||
slct__event_location_id={$events_slct.event_location_id}
|
||||
|
||||
lq__event_session_obj={lq__event_session_obj}
|
||||
lq__event_session_obj_li={lq__event_session_obj_li}
|
||||
lq__event_session_obj={lq__event_session_obj}
|
||||
slct__event_session_id={$events_slct.event_session_id}
|
||||
>
|
||||
</Launcher_menu>
|
||||
<!-- {:else}
|
||||
|
||||
Reference in New Issue
Block a user