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 ? (