updated view all

This commit is contained in:
2023-04-21 10:36:19 +01:00
parent 98ed833a47
commit dc43d7f2b4
7 changed files with 180 additions and 44 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ const WatchedCases = (props) => {
const mapDispatchToProps = (dispatch) => {
return {
setCurrentView: (currentView) => {
console.log(currentView);
//console.log(currentView);
dispatch(setCurrentView(currentView));
},
};