Fixing small frontend error.

This commit is contained in:
mike12345567 2023-07-26 18:17:15 +01:00
parent eefac0fe08
commit cf375ee3da
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@
{#if enrichedApps.length}
<Layout noPadding gap="L">
<div class="title">
{#if sdk.isGlobalBuilder($auth.user)}
{#if $auth.user && sdk.users.isGlobalBuilder($auth.user)}
<div class="buttons">
<Button
size="M"