From 6b888718799ddfd6d8c2a016dfe4ddc19221611f Mon Sep 17 00:00:00 2001 From: Kai Brockelt Date: Thu, 7 Apr 2022 09:47:54 +0200 Subject: [PATCH] bugfix "allspecifications" Pseudogroup showing up. --- .../components/comparisonFields/GroupedProductSpecifications.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/react/components/comparisonFields/GroupedProductSpecifications.tsx b/react/components/comparisonFields/GroupedProductSpecifications.tsx index 7c4097c..ecd5aad 100644 --- a/react/components/comparisonFields/GroupedProductSpecifications.tsx +++ b/react/components/comparisonFields/GroupedProductSpecifications.tsx @@ -56,6 +56,7 @@ const GroupedProductSpecifications = ({ if ( groupName !== '' && + groupName !== 'allSpecifications' && !contains(groupName, specificationGroupsToHide) && specifications.length > 0 ) {