KyivKrishnaAcademy/ved_akadem_students

View on GitHub
client/app/bundles/group-performance/reducers/group-performance-reducer.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function groupPerformanceReducer has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function groupPerformanceReducer(state = initialState, action) {
  switch (action.type) {
    case actionTypes.SHOW_LOADER:
      return {
        ...state,

    There are no issues that match your filters.

    Category
    Status