FarmBot/Farmbot-Web-App

View on GitHub
frontend/sequences/step_tiles/tile_if/if.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function If_ has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function If_(props: StepParams<If>) {
  const { currentStep, resources } = props;
  const sequence = props.currentSequence;
  const { op } = currentStep.args;
  const lhsOptions = LHSOptions(resources, !!props.showPins);
Severity: Minor
Found in frontend/sequences/step_tiles/tile_if/if.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status