superdesk/superdesk-client-core

View on GitHub
scripts/core/editor3/components/toolbar/StyleButton.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        const {active, label} = this.props;
        const iconClass = StyleIcons[label];

        const cx = classNames({
Severity: Minor
Found in scripts/core/editor3/components/toolbar/StyleButton.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status