rugby-board/rugby-board-node

View on GitHub
client/components/admin/Create.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function handleSubmit has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  handleSubmit() {
    const newsForm = {
      title: this.state.news.title,
      content: this.state.news.content,
      channel: this.state.news.channel,
Severity: Minor
Found in client/components/admin/Create.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status