diff --git a/src/components/YourPage/YourPageForm.jsx b/src/components/YourPage/YourPageForm.jsx index 0074c17..5dea482 100644 --- a/src/components/YourPage/YourPageForm.jsx +++ b/src/components/YourPage/YourPageForm.jsx @@ -2,13 +2,13 @@ import InputCom from "../Helpers/Inputs/InputCom/index"; import UpdateButton from "./UpdateButton"; const YourPageForm = ({ values, onChange, onSubmit, loading }) => ( -