Fetch Vacancy

parent 83482646
...@@ -50,7 +50,7 @@ export default function Vacancy() { ...@@ -50,7 +50,7 @@ export default function Vacancy() {
fetchVacancy(); fetchVacancy();
fetchVacancy(); fetchVacancy();
} }
//fetch vacancy
function fetchVacancy() { function fetchVacancy() {
trackPromise( trackPromise(
fetch(process.env.REACT_APP_API + "vacancy/" + selectedClient) 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