Creating new session_view.svelte. General clean up related to that and presenter_view.svelte
This commit is contained in:
@@ -248,7 +248,7 @@ onMount(() => {
|
||||
class="text-blue-500 underline hover:text-blue-800"
|
||||
title="Person's primary email address"
|
||||
>
|
||||
{@html $lq__person_obj.primary_email ?? 'email'+ae_snip.html__not_set}'
|
||||
{@html $lq__person_obj.primary_email ?? 'email'+ae_snip.html__not_set}
|
||||
</a>
|
||||
{:else}
|
||||
email {@html ae_snip.html__not_set}
|
||||
|
||||
Reference in New Issue
Block a user