toggle-corp/react-store

View on GitHub
components/Action/ConfirmOnClick/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ConfirmOnClick has 111 lines of code (exceeds 100 allowed). Consider refactoring.
Open

const ConfirmOnClick = (WrappedComponent) => {
    const ConfirmComponent = class extends React.PureComponent {
        static propTypes = propTypes;

        static defaultProps = defaultProps;
Severity: Major
Found in components/Action/ConfirmOnClick/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status