BUG - Assign Job with less than amount
This commit is contained in:
@@ -7,6 +7,7 @@ import userDetailReducer from "./UserDetails";
|
||||
import jobReducer from "./jobLists";
|
||||
import notificationsReducer from "./notifications";
|
||||
import userJobListReducer from "./userJobList";
|
||||
import walletDetails from "./walletDetails";
|
||||
|
||||
export default configureStore({
|
||||
reducer: {
|
||||
@@ -17,5 +18,6 @@ export default configureStore({
|
||||
userJobList: userJobListReducer,
|
||||
commonHeadBanner: commonHeadBannerReducer,
|
||||
notifications: notificationsReducer,
|
||||
walletDetails: walletDetails
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user