superdesk/superdesk-client-core

View on GitHub
scripts/apps/authoring-react/authoring-section/authoring-section-field.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        const {field, fieldsData, canBeToggled, toggledOn} = this.props;
        const FieldEditorConfig = getField(field.fieldType);

        const Container = this.getFieldContainer(

    There are no issues that match your filters.

    Category
    Status