wongjiahau/ttap-web

View on GitHub
src/ts/redux/actions/filterTimetable.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function GenerateNewState has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  protected GenerateNewState(state: IMasterState): IMasterState {
    const [filtrate, residue] = Filter(
      state.TimetableListState.FiltrateTimetables,
      this.clickedState
    );
Severity: Minor
Found in src/ts/redux/actions/filterTimetable.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status