FarmBot/Farmbot-Web-App

View on GitHub
frontend/routes.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const OuterWrapper = ({ children }: { children: React.ReactNode }) =>
      globalConfig.ROLLBAR_CLIENT_TOKEN
        ? <RollbarProvider config={{
          accessToken: globalConfig.ROLLBAR_CLIENT_TOKEN,
Severity: Minor
Found in frontend/routes.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status