af83/chouette-core

View on GitHub
app/packs/src/time_tables/containers/Timetable.js

Summary

Maintainability
A
1 hr
Test Coverage

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

const mapDispatchToProps = (dispatch) => {
  return {
    onDeletePeriod: (index, dayTypes) =>{
      dispatch(actions.deletePeriod(index, dayTypes))
    },
Severity: Minor
Found in app/packs/src/time_tables/containers/Timetable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status