CORE-POS/IS4C

View on GitHub
fannie/batches/EndCapper/src/Item.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    render() {
        let mode = !this.state.isLine ? 'Item' : 'Product Line';
        let modeClass = !this.state.isLine ? 'btn btn-sm btn-warning' : 'btn btn-sm btn-info';
        let widthClass = this.getClass(this.state.width);
        return this.props.connectDragSource(
Severity: Minor
Found in fannie/batches/EndCapper/src/Item.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status