superdesk/superdesk-client-core

View on GitHub
scripts/core/interactive-article-actions-panel/subcomponents/destination-select.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

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

    render() {
        const selectedDestination = this.props.value;
        const destinationPersonalSpace: {id: string; label: string} = {
            id: PERSONAL_SPACE, label: gettext('Personal space'),
        };

    There are no issues that match your filters.

    Category
    Status