Skip to content

Commit 7ff2fd9

Browse files
Update README.md
1 parent f720367 commit 7ff2fd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ $ yarn add react-validation-builder
3232
setschema(val);
3333
}, []);
3434
35-
return (
36-
<ValidationBuilderEditor data={schema} onChange={onChange} config={config} pillStyles={pillStyles}/>
37-
);
35+
return <ValidationBuilderEditor data={schema} onChange={onChange} config={config} pillStyles={pillStyles}/>
3836
}
3937
```
4038
### Functionality to transform the schema to Yup

0 commit comments

Comments
 (0)