client/app/bundles/group-performance/reducers/group-performance-reducer.jsx
Function groupPerformanceReducer
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function groupPerformanceReducer(state = initialState, action) {
switch (action.type) {
case actionTypes.SHOW_LOADER:
return {
...state,