Quick update for LCI
This commit is contained in:
@@ -125,7 +125,7 @@ let lq__event_presentation_obj = liveQuery(
|
||||
</a>
|
||||
|
||||
|
||||
{#if event_presenter_obj?.email && ($ae_loc.administrator_access || !$events_loc.auth__person?.id && $events_loc.pres_mgmt?.show__email_access_link)}
|
||||
{#if event_presenter_obj?.email && ($ae_loc.administrator_access || !$events_loc.auth__person?.id)}
|
||||
<button
|
||||
type="button"
|
||||
on:click={() => {
|
||||
@@ -167,7 +167,7 @@ let lq__event_presentation_obj = liveQuery(
|
||||
{/if}
|
||||
|
||||
{#if $events_loc.pres_mgmt?.require__presenter_agree}
|
||||
{#if event_presenter_obj.agree}
|
||||
{#if event_presenter_obj?.agree}
|
||||
<!-- {#if $ae_loc.trusted_access || $events_loc.auth__kv.presenter[event_presenter_obj.event_presenter_id_random]} -->
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user