diff --git a/dashboard/src/components/group/Edit.svelte b/dashboard/src/components/group/Edit.svelte index 43eebed7..c3bfd8a4 100644 --- a/dashboard/src/components/group/Edit.svelte +++ b/dashboard/src/components/group/Edit.svelte @@ -128,13 +128,13 @@
Description:
{#if descriptions.length > 0 && descriptions[0].trim() != ""} - + {/if} {#if descriptions.length > 1 && descriptions[1].trim() != ""} - + {/if} {#if descriptions.length > 2 && descriptions[2].trim() != ""} - + {/if}