src/app/components/Byline/utilities/getAuthorTwitterHandle/index.js

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function getAuthorTwitterHandle has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const getAuthorTwitterHandle = articleContentBlocks => {
  const [firstByline, ...otherBylines] = articleContentBlocks.filter(
    block => block.type === 'byline',
  );

Severity: Minor
Found in src/app/components/Byline/utilities/getAuthorTwitterHandle/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status