From 05ee35b6bc91d2760dc9030e385c7fe4e8b204da Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 26 Aug 2022 12:07:21 +0200 Subject: [PATCH] typo --- apps/ui/src/routes/index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ui/src/routes/index.svelte b/apps/ui/src/routes/index.svelte index dde8186c5..67708fcf0 100644 --- a/apps/ui/src/routes/index.svelte +++ b/apps/ui/src/routes/index.svelte @@ -166,7 +166,7 @@ {#await getStatus(service)} {:then status} - {#if status === 'Running'}1 + {#if status === 'Running'} {:else} @@ -214,7 +214,7 @@ {#await getStatus(database)} {:then status} - {#if status === 'Running'}1 + {#if status === 'Running'} {:else}