segunolalive/helloBooks

View on GitHub
client/components/History/TransactionHistory.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function TransactionHistory has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const TransactionHistory = (props) => {
  const transactions = props.transactions.length ?
    props.transactions.map(
      transaction => (
        <Col s={12}
Severity: Minor
Found in client/components/History/TransactionHistory.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status