diff --git a/frontend/src/components/recipeUpload/recipeUpload.tsx b/frontend/src/components/recipeUpload/recipeUpload.tsx index e58841e..b15ce34 100644 --- a/frontend/src/components/recipeUpload/recipeUpload.tsx +++ b/frontend/src/components/recipeUpload/recipeUpload.tsx @@ -201,33 +201,30 @@ return (
-
-
- - {[...Array(stepCounter)].map((_, index) => ( -
- handleStepChange(index, e.target.value)} - /> - -
- ))} +
+ + {[...Array(stepCounter)].map((_, index) => ( +
+ handleStepChange(index, e.target.value)} + /> +
- -
+ ))} +
+ +
Description
- - - +