MathiasKandelborg/TRUE-framework

View on GitHub
components/HoC/SEO/Page.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function PageSEO has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const PageSEO: React.FC<IPageSEOProps> = (props) => {
  const seoImgUrl = CONSTANTS.DEV ? 'http://localhost:3000' : seo.url

  const {
    title = seo.title,
Severity: Minor
Found in components/HoC/SEO/Page.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status