bastienrobert/la-ferme

View on GitHub
packages/mobile/src/App/Alert/AlertContainer.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function AlertContainer has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

const AlertContainer: FC = () => {
  const [alerts, setAlert] = useState<IdentifiedAlert[]>([])

  useBus(
    'alert',
Severity: Minor
Found in packages/mobile/src/App/Alert/AlertContainer.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status