diff --git a/app/src/lib/components/StatusItem.svelte b/app/src/lib/components/StatusItem.svelte index 5b7f894..e842d03 100644 --- a/app/src/lib/components/StatusItem.svelte +++ b/app/src/lib/components/StatusItem.svelte @@ -9,7 +9,7 @@ class: klass = '', children = null } = $props<{ - icon: any + icon?: any title: string description?: string | number variant?: Variant @@ -32,9 +32,11 @@
-
- -
+ {#if icon} +
+ +
+ {/if}
{title}
{description}