luhmann/hired

View on GitHub
src/containers/ProjectPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    if (!this.props.rootStore || !this.props.rootStore.projectListStore.hasProject(this.props.id)) {
      // tslint:disable-next-line
      this.props.rootStore && this.props.rootStore.uiStore.setError(true)
      return null
Severity: Minor
Found in src/containers/ProjectPage.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status