cbillowes/curious-programmer-oxygen

View on GitHub
src/templates/post.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 69 lines of code (exceeds 50 allowed). Consider refactoring.
Open

  render() {
    const { data } = this.props
    const { slug, next, prev } = this.props.pathContext
    const postNode = this.props.data.markdownRemark
    const post = postNode.frontmatter
Severity: Major
Found in src/templates/post.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status