From 87c21f20620bfea1b6181ac501272591f8876046 Mon Sep 17 00:00:00 2001 From: Dinh Nguyen Date: Fri, 6 Sep 2024 14:18:45 +0700 Subject: [PATCH] Update product-detail.component.html --- .../product/product-detail/product-detail.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.html b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.html index 7c5901e7e..f7ef44be5 100644 --- a/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.html +++ b/marketplace-ui/src/app/modules/product/product-detail/product-detail.component.html @@ -45,8 +45,10 @@ [isShowRateLink]="false" [isShowTotalRatingNumber]="false" /> - + @if(productDetailActionType() !== 'customSolution') { + + }