ElectronicBabylonianLiterature/ebl-frontend

View on GitHub
src/bibliography/ui/BibliographyEntryForm.tsx

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

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

  render(): JSX.Element {
    const parsed = new Parser().parse(this.state.citation)
    return (
      <>
        <Form onSubmit={this.handleSubmit}>
Severity: Minor
Found in src/bibliography/ui/BibliographyEntryForm.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status