Fixing small frontend error.
This commit is contained in:
parent
eefac0fe08
commit
cf375ee3da
|
@ -238,7 +238,7 @@
|
||||||
{#if enrichedApps.length}
|
{#if enrichedApps.length}
|
||||||
<Layout noPadding gap="L">
|
<Layout noPadding gap="L">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{#if sdk.isGlobalBuilder($auth.user)}
|
{#if $auth.user && sdk.users.isGlobalBuilder($auth.user)}
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<Button
|
<Button
|
||||||
size="M"
|
size="M"
|
||||||
|
|
Loading…
Reference in New Issue