Edit Vacancy Front end code

parent 4b63f853
......@@ -36,7 +36,7 @@ const LoadingIndicator = (props) => {
)
);
};
//set default variable
export default function Vacancy() {
const [vac, setVac] = useState([]);
const [filteredData, setFilteredData] = useState(vac);
......
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