Skip to content

Commit

Permalink
Update product-detail.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Sep 6, 2024
1 parent 2cdaf11 commit 87c21f2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@
[isShowRateLink]="false"
[isShowTotalRatingNumber]="false" />
</div>
<app-product-installation-count-action
[currentInstallationCount]="installationCount" />
@if(productDetailActionType() !== 'customSolution') {
<app-product-installation-count-action
[currentInstallationCount]="installationCount" />
}
<div
class="analysis-container d-flex flex-column align-items-start p-0">
<h4
Expand Down

0 comments on commit 87c21f2

Please sign in to comment.