This commit is contained in:
Gerard Burns 2023-09-27 10:52:37 +01:00
parent 60c1922a37
commit 3192b2826c
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@
{#if loaded}
<div class="page">
<PortalSideBar />
{#if $apps.length > 0}
<PortalSideBar />
{/if}
<slot />
</div>
{/if}