reps wip
This commit is contained in:
@@ -49,6 +49,11 @@ export default function reducer(state = currentViewInitialState, action) {
|
||||
...state,
|
||||
currentPage: action.currentPage,
|
||||
};
|
||||
case currentViewActionTypes.SETSHOWREPS:
|
||||
return {
|
||||
...state,
|
||||
showReps: action.showReps,
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user