superdesk/superdesk-client-core

View on GitHub
scripts/extensions/broadcasting/src/rundowns/components/FrequencySimple.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        const rrule: IRRule = this.props.value ?? {
            freq: 'WEEKLY',
            interval: 1,
            by_day: [],

    There are no issues that match your filters.

    Category
    Status