From 136dee77472ec0a19e6cb225c1c7e37b3ffce860 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 3 Oct 2022 09:20:57 +0200 Subject: [PATCH] ui: fix indicato --- apps/ui/src/routes/__layout.svelte | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/ui/src/routes/__layout.svelte b/apps/ui/src/routes/__layout.svelte index 182d10072..22a11c765 100644 --- a/apps/ui/src/routes/__layout.svelte +++ b/apps/ui/src/routes/__layout.svelte @@ -213,7 +213,7 @@ class:bg-coolgray-500={$page.url.pathname.startsWith('/iam')} > {#if $appSession.pendingInvitations.length > 0} - {pendingInvitations.length} {/if} IAM {#if $appSession.pendingInvitations.length > 0} - {pendingInvitations} + {pendingInvitations.length} {/if}