boldr/boldr-ui

View on GitHub
src/Card/CardTitleBlock.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const { id, subtitle, avatar } = this.props;
    let { title } = this.props;
    title = (
      <h2
Severity: Minor
Found in src/Card/CardTitleBlock.js - About 1 hr to fix

    Parsing error: The keyword 'import' is reserved
    Open

    import React, { PureComponent } from 'react';
    Severity: Minor
    Found in src/Card/CardTitleBlock.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status