Fixing small frontend error.
This commit is contained in:
parent
eefac0fe08
commit
cf375ee3da
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue