src/renderer/components/content/editor/editor.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render: function() {
    var deleteBtn = null;
    var noteTitle = '';
    if (this.state.note && this.state.note._id) {
      deleteBtn = <button className="btn" onClick={this.deleteNote}>Delete</button>;
Severity: Minor
Found in src/renderer/components/content/editor/editor.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status