Skip to content

Commit

Permalink
Merge branch 'feature/showHiddenToAdmin' of github.com:NIAEFEUP/nijob…
Browse files Browse the repository at this point in the history
…s-fe into feature/showHiddenToAdmin
  • Loading branch information
CarlosMealha committed May 23, 2023
2 parents a06e434 + bb00a39 commit 1d046e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/HomePage/SearchArea/SearchArea.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const RouteWrappedContent = ({ children, url = "/" }) => (

const SearchAreaWrapper = ({
searchValue = "", jobType = INITIAL_JOB_TYPE, jobDuration = [null, null], filterJobDuration = false,
showJobDurationSlider = false, fields = [], technologies = [], showHidden = false, setShowJobDurationSlider = () => { },
showJobDurationSlider = false, fields = [], technologies = [], setShowJobDurationSlider = () => { },
setTechs = () => { }, setJobDuration = () => { }, setFields = () => { }, setJobType = () => { },
setSearchValue = () => { }, onSubmit = () => {}, setShowHidden = () => { },
}) => (
Expand All @@ -39,7 +39,6 @@ const SearchAreaWrapper = ({
fields={fields}
technologies={technologies}
showJobDurationSlider={showJobDurationSlider}
showHidden={showHidden}
setShowJobDurationSlider={setShowJobDurationSlider}
setTechs={setTechs}
setJobDuration={setJobDuration}
Expand Down

0 comments on commit 1d046e2

Please sign in to comment.