My wait jobs

This commit is contained in:
CHIEFSOFT\ameye
2023-06-26 07:44:03 -04:00
parent a4b15dd06e
commit 1761150bd3
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export default function MyWaitingJobsPage() {
const getMyJobList = async () => {
try {
const res = await api.getMyPendingJobList();
const res = await api.getMyWiatingJobList();
setMyJobList(res.data);
} catch (error) {
console.log("Error getting mode");