diff --git a/js/views/RecipeList.js b/js/views/RecipeList.js index 491b358..bba4156 100644 --- a/js/views/RecipeList.js +++ b/js/views/RecipeList.js @@ -60,7 +60,7 @@ function getFilteredRecipes() { function renderRecipeCard(recipe) { const labels = slotLabelsFor(recipe); return ` -
+
${recipe.image ? `${escapeHtml(recipe.title)}`