Always show groups section in app access page

This commit is contained in:
Andrew Kingston 2023-01-13 12:02:48 +00:00
parent 387c3be2b4
commit 84c0e468db
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
</Layout>
{/if}
{#if $usersFetch.loaded && $licensing.groupsEnabled && appGroups.length}
{#if $usersFetch.loaded && $licensing.groupsEnabled}
<Layout noPadding gap="S">
<div class="title">
<Heading size="S">Groups</Heading>