toshogakari/eLib

View on GitHub
app/assets/javascripts/components/components/Book.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const {book} = this.props;
    return (
      <div className="col-sm-6 col-md-4 col-lg-3">
        <div className="row article-item">
Severity: Minor
Found in app/assets/javascripts/components/components/Book.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status