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