Skip to content

Commit

Permalink
Merge pull request #869 from BinaryStudioAcademy/fix/bt-866-fix-initi…
Browse files Browse the repository at this point in the history
…al-value-for-experience-filter

bt-866: [BUG] fix initial value for experience filter
  • Loading branch information
nikita-remeslov authored Sep 29, 2023
2 parents 7f16982 + 984a4f8 commit e284ae3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,12 @@ const ProfileStep: React.FC = () => {
salaryExpectation,
jobTitle,
location,
experienceYears,
employmentType,
description,
});
}, [
description,
employmentType,
experienceYears,
jobTitle,
location,
profileName,
Expand Down

0 comments on commit e284ae3

Please sign in to comment.