Skip to content

Commit c0a455c

Browse files
committed
chore(renderer): code formatting
1 parent 50e47d6 commit c0a455c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-form-renderer/src/form-renderer/render-form.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ const FormConditionWrapper = ({ condition, children, field }) => {
6969
if (condition) {
7070
const triggers = getConditionTriggers(condition, field);
7171
return (
72-
<ConditionTriggerDetector triggers={triggers} condition={condition} field={field}>
73-
{children}
74-
</ConditionTriggerDetector>
75-
);
72+
<ConditionTriggerDetector triggers={triggers} condition={condition} field={field}>
73+
{children}
74+
</ConditionTriggerDetector>
75+
);
7676
}
7777

7878
return children;

0 commit comments

Comments
 (0)