From 6177654fde7d7502077c8cdfb981805d3fa8f5bf Mon Sep 17 00:00:00 2001 From: TaeeunKim Date: Mon, 18 Sep 2023 17:12:30 +0900 Subject: [PATCH] =?UTF-8?q?feat:=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?= 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) => { ))} -
+
); };