wongjiahau/ttap-web

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

Summary

Maintainability
A
1 hr
Test Coverage

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

  public render() {
    const getListItem = (text: string, icon: any, handler: any) => {
      return (
        <ListItem button={true} onClick={handler}>
          <ListItemIcon>{icon}</ListItemIcon>
Severity: Minor
Found in src/ts/react/saveTimetableDialog.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status