From 262e363a4f98391a2bfc4ad0dec895ae0136e919 Mon Sep 17 00:00:00 2001 From: yoution Date: Wed, 17 Nov 2021 09:31:30 +0800 Subject: [PATCH] fix: issue #5796 --- src/shared/components/Settings/Profile/Work/index.jsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/shared/components/Settings/Profile/Work/index.jsx b/src/shared/components/Settings/Profile/Work/index.jsx index 0bbfa631bf..bbff9e769d 100644 --- a/src/shared/components/Settings/Profile/Work/index.jsx +++ b/src/shared/components/Settings/Profile/Work/index.jsx @@ -81,15 +81,6 @@ export default class Work extends ConsentComponent { endDateInvalid: false, endDateDisabled: false, endDateInvalidMsg: '', - newWork: { - company: '', - position: '', - cityTown: '', - timePeriodFrom: '', - timePeriodTo: '', - industry: '', - working: false, - }, }); }