diff --git a/src/layout/Group/GroupSummary.tsx b/src/layout/Group/GroupSummary.tsx index 2c8747e56..406b73f9d 100644 --- a/src/layout/Group/GroupSummary.tsx +++ b/src/layout/Group/GroupSummary.tsx @@ -39,7 +39,6 @@ const ChildComponents = ({ componentNode, hierarchyLevel, summaryOverride }: Gro return ( { > {tabs.map((tab, index) => ( <> - {index != 0 &&
} + {index != 0 && ( +
+ )}