diff --git a/src/app/pages/product-details/product-details.component.ts b/src/app/pages/product-details/product-details.component.ts index 16e6fcd4..2eec1846 100644 --- a/src/app/pages/product-details/product-details.component.ts +++ b/src/app/pages/product-details/product-details.component.ts @@ -243,9 +243,9 @@ export class ProductDetailsComponent implements OnInit { } if(this.prodSpec.productSpecCharacteristic != undefined) { - // Avoid displaying the compliance credential + // Avoid displaying the compliance credential && Avoid showing "- enabled" chars this.prodChars = this.prodSpec.productSpecCharacteristic.filter((char: any) => { - return char.name != 'Compliance:VC' && char.name != 'Compliance:SelfAtt' + return char.name != 'Compliance:VC' && char.name != 'Compliance:SelfAtt' && !char.name?.endsWith(' - enabled') }) for(let i=0; i