diff --git a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte index 119421ac..b53ba2a9 100644 --- a/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte +++ b/src/routes/idaa/(idaa)/archives/[archive_id]/ae_idaa_comp__archive_obj_id_view.svelte @@ -1,6 +1,5 @@ @@ -47,7 +25,9 @@ let ae_trigger: any = null;

{@html $lq__archive_obj?.name ?? 'Loading...'} - ({$lq__archive_content_obj_li?.length ?? '0'}×) + {#if $ae_loc.trusted_access} + ({$lq__archive_content_obj_li?.length ?? '0'}×) + {/if} {#await $idaa_prom.load__archive_content_obj_li} {:then} @@ -245,7 +225,7 @@ let ae_trigger: any = null;