EscolaLMS/Front

View on GitHub
src/components/Consultations/ConsultationCard/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ConsultationCard has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ConsultationCard: React.FC<ConsultationCardProps> = (props) => {
  const { consultation } = props;
  const [showBookTerm, setShowBookTerm] = useState(false);
  const history = useHistory();

Severity: Minor
Found in src/components/Consultations/ConsultationCard/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status