e1-bsd/omni-common-ui

View on GitHub
src/domain/BreadcrumbsBuilder/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buildWithProps has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  buildWithProps: (props) => {
    const { params, routes, buildRoute } = props;

    const getRouteSegments = () =>
      routes.filter((route) => is.string(route.path));
Severity: Minor
Found in src/domain/BreadcrumbsBuilder/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status