Organizing things better. Hopefully nothing is broken!! Still need to move the event session related.
This commit is contained in:
@@ -63,9 +63,6 @@ $: lq__event_obj = liveQuery(async () => {
|
||||
<Comp__event_obj_li
|
||||
lq__event_obj_li={lq__event_obj_li}
|
||||
/>
|
||||
<!-- {#each $lq__event_obj_li as event_obj}
|
||||
<div>{event_obj.name}</div>
|
||||
{/each} -->
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
@@ -234,7 +234,8 @@ onMount(() => {
|
||||
(
|
||||
<span class="ae_label">Your TZ:</span>
|
||||
<span class="ae_value">
|
||||
{dayjs.tz(`${$ae_loc.current_date_str} ${$lq__event_obj?.recurring_start_time}`, $lq__event_obj?.timezone).tz($ae_loc.current_timezone).format('hh:mm A')} {$ae_loc.current_timezone}
|
||||
<!-- {dayjs.tz(`${$ae_loc.current_date_str} ${$lq__event_obj?.recurring_start_time}`, $lq__event_obj?.timezone).tz($ae_loc.current_timezone).format('hh:mm A')} {$ae_loc.current_timezone} -->
|
||||
DAYJS DISABLED
|
||||
</span>
|
||||
)
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user