FarmBot/Farmbot-Web-App

View on GitHub
frontend/wizard/step_components.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FirmwareNumberSettings has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const FirmwareNumberSettings = (props: FirmwareNumberSettingsProps) => {
  const sourceFwConfig = sourceFwConfigValue(
    validFwConfig(getFirmwareConfig(props.resources)),
    props.bot.hardware.mcu_params);
  return <div className={"motor-settings"}>
Severity: Minor
Found in frontend/wizard/step_components.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status