dodekeract/manta-config-engine-app

View on GitHub
source/web/components/preset.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

    render: function () {
        var controls = [];
        for (var i = 0; i < this.state.preset.layouts.length; i++) {
            controls.push(
                <LayoutSelector update={this.update} id={i}/>
Severity: Minor
Found in source/web/components/preset.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status