diff --git a/frontend/src/components/RecipeDetailView.tsx b/frontend/src/components/RecipeDetailView.tsx index 84970f5..8785dc8 100644 --- a/frontend/src/components/RecipeDetailView.tsx +++ b/frontend/src/components/RecipeDetailView.tsx @@ -18,17 +18,23 @@ export default function RecipeDetailView() { return
Recipe not found.
} - // Working copy for re-calculating ingredients + // Working copy for re-calculating ingredients const [recipeWorkingCopy, updateRecipeWorkingCopy] = useState