market reload, and added manage job on market route for owner
This commit was merged in pull request #755.
This commit is contained in:
@@ -217,6 +217,7 @@ const AuthRoute = ({ redirectPath = "/login", children }) => {
|
||||
}
|
||||
// Getting market data
|
||||
const getMarketActiveJobList = async () => {
|
||||
dispatch(updateJobs({loading: true}));
|
||||
try {
|
||||
const res = await apiCall.getActiveJobList();
|
||||
dispatch(updateJobs({loading: false, ...res.data}));
|
||||
|
||||
Reference in New Issue
Block a user