1
0
Fork 0
mirror of synced 2024-08-14 01:21:41 +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} {#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"