tofuness/Toshocat

View on GitHub
src/components/ListItemExpansion.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    return (
      <Collapse
        isOpened={this.props.expanded}
        springConfig={{ stiffness: 420, damping: 30 }}
Severity: Minor
Found in src/components/ListItemExpansion.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status