diff --git a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte index 2c212aa4..1213fe2b 100644 --- a/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte +++ b/src/routes/idaa/(idaa)/bb/ae_idaa_comp__post_obj_li.svelte @@ -38,7 +38,7 @@ * DUAL-LAYER VISIBILITY LOGIC * 1. Public Logic: If an item is enabled and NOT hidden, everyone sees it. * 2. Trusted Logic: If an item is disabled OR hidden, ONLY trusted users see it. - * + * * NOTE: We also respect the active query filters for hidden/enabled. */ const is_hidden = post.hide == true; @@ -105,7 +105,7 @@ {@html idaa_post_obj.content}
{/if}