'Merge master with branch`

This commit is contained in:
victorAnumudu
2023-05-16 15:00:11 +01:00
5 changed files with 234 additions and 196 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function MyTaskPage() {
const getMyActiveJobList = async () => {
try {
const res = await api.getMyActiveJobList();
const res = await api.getMyActiveTaskList();
setMyActiveJobList(res.data);
} catch (error) {
console.log("Error getting mode");