FarmBot/Farmbot-Web-App

View on GitHub
frontend/sequences/step_ui/step_wrapper.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const confirmStepDeletion =
      !!this.getConfigValue(BooleanSetting.confirm_step_deletion);
    const step = this.props.currentStep;
    const executeSequence = step.kind == "execute" && step.args.sequence_id
Severity: Minor
Found in frontend/sequences/step_ui/step_wrapper.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status