Fetch Vacancy

parent 83482646
......@@ -50,7 +50,7 @@ export default function Vacancy() {
fetchVacancy();
fetchVacancy();
}
//fetch vacancy
function fetchVacancy() {
trackPromise(
fetch(process.env.REACT_APP_API + "vacancy/" + selectedClient)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment