mirror of
https://github.com/formbricks/formbricks.git
synced 2026-03-10 11:24:37 -05:00
fix connector rendering
This commit is contained in:
@@ -161,7 +161,7 @@ export function ConditionsEditor({
|
||||
|
||||
const getConnector = () => {
|
||||
if (index > 0) return <div>{connector}</div>;
|
||||
if (parentConditionGroup.conditions.length === 1) return `<div>${t("environments.surveys.edit.when")}</div>`;
|
||||
if (parentConditionGroup.conditions.length === 1) return <div>{t("environments.surveys.edit.when")}</div>;
|
||||
return <div />;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user