casefoundation/weekly-roundup

View on GitHub
client/src/components/Common/Section.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (props) {
  let headerLeft = (
    <div
      className="d-flex flex-row align-items-center"
      onClick={props.isCollapsed ? props.onExpand : props.onCollapse}
Severity: Minor
Found in client/src/components/Common/Section.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status