FarmBot/Farmbot-Web-App

View on GitHub
frontend/settings/fbos_settings/rpi_model.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export const RpiModel = (props: RpiModelProps) => {
  const selection = props.device.body.rpi;
  const check = (rpi: string | undefined, target: string) => {
    switch (rpi) {
      case "02":
Severity: Minor
Found in frontend/settings/fbos_settings/rpi_model.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status