superdesk/superdesk-client-core

View on GitHub
scripts/core/editor3/components/comments/CommentPopup.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

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

    render() {
        const {comment} = this.props;
        const {data} = comment;
        const {replies, resolutionInfo} = data;
        const isAuthor = data.email === this.currentUser;
Severity: Major
Found in scripts/core/editor3/components/comments/CommentPopup.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status