wongjiahau/ttap-web

View on GitHub
src/ts/react/timetableSummaryView.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  public render() {
    if (!this.props.slots) {
      return false;
    }
    const subjectSummaries = new TimetableSummary(this.props.slots)
Severity: Minor
Found in src/ts/react/timetableSummaryView.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status