1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fixing small frontend error.

This commit is contained in:
mike12345567 2023-07-26 18:17:15 +01:00
parent eefac0fe08
commit cf375ee3da

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"