diff --git a/client/src/components/dynamic-groups/condition-builder.tsx b/client/src/components/dynamic-groups/condition-builder.tsx index 2ef1d18..17ca43a 100644 --- a/client/src/components/dynamic-groups/condition-builder.tsx +++ b/client/src/components/dynamic-groups/condition-builder.tsx @@ -325,7 +325,7 @@ const ConditionBuilder: React.FC = ({ const originalIndex = conditions.findIndex(c => c === child); return child.isGroup ? renderConditionGroup(child, originalIndex, level + 1) - : renderCondition(child, originalIndex, level + 1); + : ; }) )} @@ -394,8 +394,14 @@ const ConditionBuilder: React.FC = ({ ) => { return (
+
+ +
{index > 0 && !condition.isGroup && condition.parentId === conditions[index-1].parentId && (