From d17e128b1c3a6f25bd9e2240b200e6c27a557124 Mon Sep 17 00:00:00 2001 From: hae-on Date: Fri, 11 Aug 2023 15:48:53 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20button=EC=97=90=20list=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Product/PBProductList/PBProductList.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Product/PBProductList/PBProductList.tsx b/frontend/src/components/Product/PBProductList/PBProductList.tsx index 0f6a983d6..438b656b3 100644 --- a/frontend/src/components/Product/PBProductList/PBProductList.tsx +++ b/frontend/src/components/Product/PBProductList/PBProductList.tsx @@ -31,7 +31,9 @@ const PBProductList = ({ isHome }: PBProductListProps) => { ))} - +
  • + +
  • );