FarmBot/Farmbot-Web-App

View on GitHub
frontend/sequences/step_tiles/tile_computed_move/overwrite.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export const getOverwriteState = (step: Move, axis: Xyz): {
  selection: AxisSelection | undefined,
  overwrite: string | number | undefined,
} => {
  const overwrite = step.body?.reverse().find(x =>
Severity: Minor
Found in frontend/sequences/step_tiles/tile_computed_move/overwrite.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status