Set the popup button

parent a429776f
...@@ -79,7 +79,7 @@ export default function Vacancy() { ...@@ -79,7 +79,7 @@ export default function Vacancy() {
}) })
); );
} }
//set the popup
const togglePopup = () => { const togglePopup = () => {
setshowPopup((showPopup) => !showPopup); setshowPopup((showPopup) => !showPopup);
}; };
......
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