cnap-cobre/synapse

View on GitHub
frontend/src/components/BootstrapSwitch/BootstrapSwitch.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function BootstrapSwitch has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const BootstrapSwitch = (props: Props) => {
const {
style, enabledColor, disabledColor, enabledLabel, disabledLabel, enabled, onToggleClick,
} = props;
 
 
Severity: Minor
Found in frontend/src/components/BootstrapSwitch/BootstrapSwitch.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status