frontend/src/components/BootstrapSwitch/BootstrapSwitch.js
Showing 1 of 1 total issue
Function BootstrapSwitch
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const BootstrapSwitch = (props: Props) => { const { style, enabledColor, disabledColor, enabledLabel, disabledLabel, enabled, onToggleClick, } = props;