updated view all
This commit is contained in:
@@ -51,7 +51,7 @@ const WatchedCases = (props) => {
|
||||
const mapDispatchToProps = (dispatch) => {
|
||||
return {
|
||||
setCurrentView: (currentView) => {
|
||||
console.log(currentView);
|
||||
//console.log(currentView);
|
||||
dispatch(setCurrentView(currentView));
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user