Trying to make this LiveQuery work.
This commit is contained in:
@@ -793,12 +793,20 @@ $: if ($lq__event_session_obj) {
|
||||
|
||||
<!-- Presentations in the session -->
|
||||
<section>
|
||||
{#await $lq__event_presentation_obj_li}
|
||||
Loading....
|
||||
{:then event_presentation_obj_li}
|
||||
{#if $lq__event_presentation_obj_li && $lq__event_presentation_obj_li?.length > 0}
|
||||
<!-- {$lq__event_presentation_obj_li?.length} Presentations -->
|
||||
<Comp_event_presentation_obj_li
|
||||
lq__event_obj={lq__event_obj}
|
||||
lq__event_presentation_obj_li={lq__event_presentation_obj_li}
|
||||
>
|
||||
<!-- event_presentation_id_random_li={[]} -->
|
||||
</Comp_event_presentation_obj_li>
|
||||
{/if}
|
||||
{/await}
|
||||
|
||||
<Comp_event_presentation_obj_li
|
||||
lq__event_obj={lq__event_obj}
|
||||
lq__event_presentation_obj_li={lq__event_presentation_obj_li}
|
||||
>
|
||||
</Comp_event_presentation_obj_li>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user