FarmBot/Farmbot-Web-App

View on GitHub
frontend/farmware/farmware_info.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export function FarmwareInfo(props: FarmwareInfoProps) {
  const { farmware } = props;
  return farmware
    ? <div className="farmware-info">
      <label>{t("Description")}</label>
Severity: Minor
Found in frontend/farmware/farmware_info.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status