From 930c43e152b8c6c613fcdf7bb8b8d9af585193a3 Mon Sep 17 00:00:00 2001 From: TaeeunKim Date: Thu, 21 Sep 2023 19:30:53 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EA=BF=80=EC=A1=B0=ED=95=A9=20=EB=AA=A9?= =?UTF-8?q?=EB=A1=9D=EC=97=90=20loading=20lazy=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Recipe/RecipeItem/RecipeItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Recipe/RecipeItem/RecipeItem.tsx b/frontend/src/components/Recipe/RecipeItem/RecipeItem.tsx index d656e6e30..da7c51781 100644 --- a/frontend/src/components/Recipe/RecipeItem/RecipeItem.tsx +++ b/frontend/src/components/Recipe/RecipeItem/RecipeItem.tsx @@ -24,7 +24,7 @@ const RecipeItem = ({ recipe, isMemberPage = false }: RecipeItemProps) => { {image !== null ? ( <> - setIsImageLoading(false)} /> + setIsImageLoading(false)} /> {isImageLoading && } ) : (