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 ) {