diff --git a/frontend/src/components/RecipeSearchList.jsx b/frontend/src/components/RecipeSearchList.jsx
index 231d4f8..55ca5f2 100644
--- a/frontend/src/components/RecipeSearchList.jsx
+++ b/frontend/src/components/RecipeSearchList.jsx
@@ -1,4 +1,5 @@
import { useState } from "react";
+import placeholderImage from "../assets/placeholder.svg";
function RecipeSearchList({
allRecipes,
@@ -181,11 +182,9 @@ function RecipeSearchList({
}
onClick={() => onSelect(r)}
>
- {r.image && (
-
-

-
- )}
+
+

+