superdesk/superdesk-client-core

View on GitHub
scripts/core/editor3/components/spellchecker/SpellcheckerContextMenu.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

    render() {
        const {suggestions, message} = this.props.warning;
        const {spellchecker} = this.props;

        // If the message exists, and suggestion is whitespace suggestion

    There are no issues that match your filters.

    Category
    Status