FarmBot/Farmbot-Web-App

View on GitHub
frontend/photos/image_workspace/farmbot_picker.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const H_AVG = this.props.invertHue
      ? 0
      : ((this.props.h[1] * 2 + this.props.h[0] * 2) / 2);
    /** 💥💥💥SURPRISING CODE AHEAD:
Severity: Minor
Found in frontend/photos/image_workspace/farmbot_picker.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status