jaredpalmer/react-email-workflow

View on GitHub
client/components/Copy.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render () {
    const { id, hasCopied, text, onCopy, ...other } = this.props
    return (
      <div
        id={id}
Severity: Minor
Found in client/components/Copy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status