@@ -1796,10 +1796,6 @@ let editRecipe = {
};
}
- if(ingredient.ingredient.specialUnit === "bottle"){
- newIngredient.quantity = quantity;
- }
-
data.ingredients.push(newIngredient);
@@ -95,10 +95,6 @@ let editRecipe = {