diff --git a/webui/src/components/Inspect.svelte b/webui/src/components/Inspect.svelte index 5d29f97..11a12b8 100644 --- a/webui/src/components/Inspect.svelte +++ b/webui/src/components/Inspect.svelte @@ -180,32 +180,34 @@ {/if} -
-

Groups

-
- {#each groups as [entryAddress, address]} -
- - {#if editable} - removeGroup(entryAddress)} + {#if groups?.length} +
+

Groups

+
+ {#each groups as [entryAddress, address]} +
+ + {#if editable} + removeGroup(entryAddress)} + /> + {/if} +
+ {/each} + {#if editable} +
+ - {/if} -
- {/each} - {#if editable} -
- -
- {/if} -
-
+
+ {/if} +
+
+ {/if}