Skip to content

Commit

Permalink
Merge pull request #156 from ViktorSvertoka/profile-setting
Browse files Browse the repository at this point in the history
Update UserForm.jsx
  • Loading branch information
ViktorSvertoka authored Nov 4, 2023
2 parents 020aa50 + 85c81b0 commit 2d447c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserForm/UserForm.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { parseISO } from 'date-fns';
import { useDispatch, useSelector } from 'react-redux';
import { Formik, Field, Form } from 'formik';
import { Formik, Field, Form, ErrorMessage } from 'formik';
import * as Yup from 'yup';

import StyledDatepicker from '../Datepicker/StyledDatepicker';
Expand Down

0 comments on commit 2d447c0

Please sign in to comment.