From 6a2d81f37c39a17699a9788318c0ce77254e408d Mon Sep 17 00:00:00 2001 From: Taeeun Kim Date: Mon, 18 Sep 2023 17:15:33 +0900 Subject: [PATCH] =?UTF-8?q?[FE]=20fix:=20=EC=98=B5=EC=A0=80=EB=B2=84=20div?= =?UTF-8?q?=EC=97=90=20=EB=86=92=EC=9D=B4=20=EC=84=A4=EC=A0=95=20(#663)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/Product/ProductList/ProductList.tsx | 2 +- frontend/src/components/Recipe/RecipeList/RecipeList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Product/ProductList/ProductList.tsx b/frontend/src/components/Product/ProductList/ProductList.tsx index 114405aab..2bdaf30e6 100644 --- a/frontend/src/components/Product/ProductList/ProductList.tsx +++ b/frontend/src/components/Product/ProductList/ProductList.tsx @@ -40,7 +40,7 @@ const ProductList = ({ category, selectedOption }: ProductListProps) => { ))} -
+
); }; diff --git a/frontend/src/components/Recipe/RecipeList/RecipeList.tsx b/frontend/src/components/Recipe/RecipeList/RecipeList.tsx index 35b3d4edf..ae1bb1907 100644 --- a/frontend/src/components/Recipe/RecipeList/RecipeList.tsx +++ b/frontend/src/components/Recipe/RecipeList/RecipeList.tsx @@ -35,7 +35,7 @@ const RecipeList = ({ selectedOption }: RecipeListProps) => { ))} -
+
); };