wongjiahau/ttap-web

View on GitHub
src/ts/redux/containers/timetableListContainer.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function mapDispatchToProps has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const mapDispatchToProps = (dispatch: any): ITimetableListViewDispatchProps => {
  const triggerfulDispatch = (action: MasterStateAction) => {
    dispatch(action);
    dispatch(new FindAlternativeSlotsOfCurrentSlots());
  };
Severity: Minor
Found in src/ts/redux/containers/timetableListContainer.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status