jonathan-irvin/jelly-fin

View on GitHub
src/components/Messages/MessageItem.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const { authUser, message, onRemoveMessage } = this.props;
    const { editMode, editText } = this.state;

    return (
Severity: Minor
Found in src/components/Messages/MessageItem.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status