diff --git a/client/src/components/profile-forms/AddEducation.js b/client/src/components/profile-forms/AddEducation.js index 681ad86..7b272f8 100644 --- a/client/src/components/profile-forms/AddEducation.js +++ b/client/src/components/profile-forms/AddEducation.js @@ -34,11 +34,7 @@ const AddEducation = ({ addEducation }) => { className="form" onSubmit={(e) => { e.preventDefault(); -<<<<<<< HEAD addEducation(formData).then(() => navigate('/dashboard')); -======= - addEducation(formData, navigate); ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb }} >