.
This commit is contained in:
@@ -77,7 +77,8 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
|
||||
// Getting market data
|
||||
const getMarketActiveJobList = async () => {
|
||||
try {
|
||||
const res = await apiCall.getMyJobList();
|
||||
const res = await apiCall.getActiveJobList();
|
||||
console.log('Checking job data from auth', res)
|
||||
dispatch(updateJobs(res.data));
|
||||
} catch (error) {
|
||||
console.log("Error getting mode");
|
||||
|
||||
Reference in New Issue
Block a user