This commit is contained in:
Ebube
2023-05-26 03:40:06 +01:00
parent ad68c2e98e
commit 68627a1792
4 changed files with 133 additions and 141 deletions
-1
View File
@@ -78,7 +78,6 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
const getMarketActiveJobList = async () => {
try {
const res = await apiCall.getActiveJobList();
console.log('Checking job data from auth', res)
dispatch(updateJobs(res.data));
} catch (error) {
console.log("Error getting mode");