fabien0102/gatsby-starter

View on GitHub
src/templates/blog-post.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function BlogPostPage has 85 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const BlogPostPage = (props: BlogPostProps) => {
  const { frontmatter, html, timeToRead } = props.data.post;
  const avatar = frontmatter.author.avatar.children[0] as ImageSharp;

  const tags = props.data.post.frontmatter.tags
Severity: Major
Found in src/templates/blog-post.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status