FarmBot/Farmbot-Web-App

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

Summary

Maintainability
A
1 hr
Test Coverage

Function ThenElse has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ThenElse(props: ThenElseParams) {
  const {
    onChange, selectedItem, calledSequenceVariableData, assignVariable
  } = IfBlockDropDownHandler(props);
  const { body } = props.currentStep.args[props.thenElseKey];
Severity: Minor
Found in frontend/sequences/step_tiles/tile_if/then_else.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status