prefeiturasp/SME-FilaDaCreche

View on GitHub
src/containers/Results/ResultsLoaded.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ResultsLoaded has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ResultsLoaded = (props) => {
  const schools = props.schoolsNearby.map(school => {
      return {
        nm_unidade_educacao: school.nm_unidade_educacao,
        endereco_completo: school.endereco_completo,
Severity: Major
Found in src/containers/Results/ResultsLoaded.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status