FarmBot/Farmbot-Web-App

View on GitHub
frontend/routes.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { ChildRoute } = this.state;
    const Route = this.state.Route as React.FunctionComponent<{
      children: React.ReactNode
    }>;
Severity: Minor
Found in frontend/routes.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status