diff --git a/src/lib/components/refactor/ComposerForm.svelte b/src/lib/components/refactor/ComposerForm.svelte index 5ec4820..ea6b789 100644 --- a/src/lib/components/refactor/ComposerForm.svelte +++ b/src/lib/components/refactor/ComposerForm.svelte @@ -167,13 +167,6 @@

{fields[$state.context.currentField].description}

- {/if} {#if fields[$state.context.currentField].type === 'text'} @@ -205,43 +198,43 @@ submitted {/if}
- {#each $possibleActions as action (action)} - {#if action === 'PREV'} - - {/if} - {/each} - - {#each $possibleActions as action (action)} - {#if action !== 'NEXT' && action !== 'PREV' && action !== 'SUBMIT'} - - {/if} - {/each} - - {#each $possibleActions as action (action)} - {#if action === 'NEXT' || action === 'SUBMIT'} - - {/if} - {/each} +
+ {#each $possibleActions as action (action)} + {#if action === 'PREV'} + + {/if} + {/each} +
+
+ {#each $possibleActions as action (action)} + {#if action !== 'NEXT' && action !== 'PREV' && action !== 'SUBMIT'} + + {/if} + {/each} +
+
+ {#each $possibleActions as action (action)} + {#if action === 'NEXT' || action === 'SUBMIT'} + + {/if} + {/each} +