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}