fix: event detail SSR children guard, state_referenced_locally warnings, a11y warnings

This commit is contained in:
AlacrisDevs
2026-02-07 10:09:00 +02:00
parent 556955f349
commit 36496e8cdb
3 changed files with 28 additions and 8 deletions

View File

@@ -195,6 +195,8 @@
<!-- Module Content -->
<div class="flex-1 overflow-auto">
{@render children()}
{#if children}
{@render children()}
{/if}
</div>
</div>