FarmBot/Farmbot-Web-App

View on GitHub
frontend/sequences/step_tiles/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function renderCeleryNode has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function renderCeleryNode(props: StepParams) {
  const step = props.currentStep;
  switch (step.kind) {
    case "_if": return <TileIf {...props} currentStep={step} />;
    case "execute_script":
Severity: Minor
Found in frontend/sequences/step_tiles/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status