Skip to content

Commit b72fc3b

Browse files
authored
fix: issue #5796 (#5813)
1 parent 665a385 commit b72fc3b

File tree

1 file changed

+0
-9
lines changed
  • src/shared/components/Settings/Profile/Work

1 file changed

+0
-9
lines changed

src/shared/components/Settings/Profile/Work/index.jsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ export default class Work extends ConsentComponent {
8181
endDateInvalid: false,
8282
endDateDisabled: false,
8383
endDateInvalidMsg: '',
84-
newWork: {
85-
company: '',
86-
position: '',
87-
cityTown: '',
88-
timePeriodFrom: '',
89-
timePeriodTo: '',
90-
industry: '',
91-
working: false,
92-
},
9384
});
9485
}
9586

0 commit comments

Comments
 (0)