tsurupin/portfolio

View on GitHub
frontend/src/cms/containers/authors/Form/index.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { handleSubmit, submitting, fields: { name, image, description, introduction } } = this.props;
    
    return (
      <form className={styles.root} onSubmit={handleSubmit(this.handleSubmit)}>
Severity: Minor
Found in frontend/src/cms/containers/authors/Form/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status