calblueprint/bizworld

View on GitHub
app/assets/javascripts/components/forms/editable_radio.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        let radioValue;
        const uniqueId = `${this.props.name}_${this.props.value}`;
        if (this.props.editable) {
            radioValue = (
Severity: Minor
Found in app/assets/javascripts/components/forms/editable_radio.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status