diff --git a/frontend/src/lib/components/apps/components/table/AppTable.svelte b/frontend/src/lib/components/apps/components/table/AppTable.svelte index 52cd9efae7..ff5e574bcf 100644 --- a/frontend/src/lib/components/apps/components/table/AppTable.svelte +++ b/frontend/src/lib/components/apps/components/table/AppTable.svelte @@ -211,18 +211,20 @@ {#if actionButtons.length > 0} toggleRow(row, rowIndex)} > - {#each actionButtons as actionButton, actionIndex (actionIndex)} - - {/each} +
+ {#each actionButtons as actionButton, actionIndex (actionIndex)} + + {/each} +
{/if}