This commit is contained in:
2023-06-18 22:46:42 +01:00
parent 2341d2a17d
commit a9d982386c
3 changed files with 118 additions and 77 deletions
+3
View File
@@ -11,6 +11,9 @@ export default function MyJobs(props) {
setPopUp((prev) => !prev);
};
console.log("Checking getJobData props", props)
return (
<Layout>
<CommonHead commonHeadData={props.commonHeadData} />