From eaa987bb27b1e2e867dfa83e86e5cf6f521120af Mon Sep 17 00:00:00 2001 From: Seoha Lee Date: Tue, 11 Jun 2024 13:44:45 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EC=B6=94=EC=B2=9C=EC=83=81=ED=92=88?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EB=A1=9C=EB=94=A9=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=9C=84=EC=B9=98=20=EC=A1=B0=EC=A0=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/ProductListPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/product/ProductListPage.tsx b/src/pages/product/ProductListPage.tsx index 43890f0..ab82ea5 100644 --- a/src/pages/product/ProductListPage.tsx +++ b/src/pages/product/ProductListPage.tsx @@ -153,7 +153,8 @@ export const ProductListPage = () => { {goalProduct && goalProduct.products.recommendedProducts.length === 0 && loading ? ( - + +
) : ( <> {goalProduct?.products.enrolledProducts.length != 0 ? (