diff --git a/vue3/src/components/inputs/StepEditor.vue b/vue3/src/components/inputs/StepEditor.vue
index ec51ba508..7793ea4ab 100644
--- a/vue3/src/components/inputs/StepEditor.vue
+++ b/vue3/src/components/inputs/StepEditor.vue
@@ -22,7 +22,6 @@
-
@@ -154,7 +153,7 @@ function sortIngredients() {
}
/**
- *
+ * parse ingredients from text input and add them as ingredients
*/
function parseAndInsertIngredients() {
let api = new ApiApi()