gocodebox/lifterlms

View on GitHub
src/js/admin-certificate-editor/merge-codes.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function Edit( props ) {
    const [ isOpen, setOpen ] = useState( false ),
        openModal = () => setOpen( true ),
        closeModal = () => setOpen( false ),
        { value, onChange } = props;
Severity: Minor
Found in src/js/admin-certificate-editor/merge-codes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status