src/app/legacy/components/Promo/image.jsx

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function Image has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Image = props => {
  const { children = null, src, useLargeImages = false, ...rest } = props;
  const isProgrammeImage = src.startsWith(
    'https://ichef.bbci.co.uk/images/ic/',
  );
Severity: Minor
Found in src/app/legacy/components/Promo/image.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status