shierro/territory-manager

View on GitHub
app/containers/PersonDetailsPage/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function renderVisits has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderVisits(visits) {
    const { order, orderBy, handleRequestSort, classes } = this.props;
    const { page, rowsPerPage } = this.props;
    return (
      <div className={classes.tableWrapper}>
Severity: Minor
Found in app/containers/PersonDetailsPage/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status