CodeTheChangeUBC/sasc

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

Summary

Maintainability
A
1 hr
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status