diff --git a/src/components/Earn.tsx b/src/components/Earn.tsx index 17c2683a..9c9b3dcc 100644 --- a/src/components/Earn.tsx +++ b/src/components/Earn.tsx @@ -276,7 +276,15 @@ const EarnForm = ({ } return ( - + {(props) => { const { handleSubmit, setFieldValue, handleBlur, values, touched, errors, isSubmitting } = props const minsizeField = props.getFieldProps('minsize')