Added JobOfferCancel

This commit was merged in pull request #485.
This commit is contained in:
2023-11-04 08:47:42 -07:00
parent f4e261eb6c
commit 1612bf11ce
3 changed files with 93 additions and 53 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ export default function MyPendingJobsPage() {
};
useEffect(() => {
getMyJobList();
getMyJobList();
}, [pendingListTable]);
// debugger;