Skip to content

Commit

Permalink
fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed Jun 19, 2023
1 parent 08d0866 commit 865dd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function Form(props) {
const inputRefs = useRef({});
const touchedInputs = useRef({});
const isFirstRender = useRef(true);

const {validate, onSubmit, children} = props;

/**
Expand Down

0 comments on commit 865dd65

Please sign in to comment.