CodeTheChangeUBC/sasc

View on GitHub
client/src/Redux/Reducers/counsellorReducer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function(state = initialState.counsellor, action) {
    switch (action.type) {
    case ADD_COUNSELLOR:
        return {
            ...state,
Severity: Minor
Found in client/src/Redux/Reducers/counsellorReducer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status