From 7bf5b4fbf79987e8865e77257ca1a33df3a146fb Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 10 Apr 2025 20:53:56 -0500 Subject: [PATCH] Fix prop --- src/recipe/RecipeHeader.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/recipe/RecipeHeader.tsx b/src/recipe/RecipeHeader.tsx index 06811e77..0bf3716d 100644 --- a/src/recipe/RecipeHeader.tsx +++ b/src/recipe/RecipeHeader.tsx @@ -5,6 +5,7 @@ import PhotoHeader from '@/photo/PhotoHeader'; import PhotoRecipe from './PhotoRecipe'; import { useAppState } from '@/state/AppState'; import { descriptionForRecipePhotos, getPhotoWithRecipeFromPhotos } from '.'; + export default function RecipeHeader({ recipe, photos, @@ -30,7 +31,7 @@ export default function RecipeHeader({ entity={ ( photo?.recipeData && photo?.film