serge-web/serge-web

View on GitHub
client/src/Components/Modals/ModalSwitch/ModalSwitchAdmin.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render () {
    let modal
    switch (this.props.currentModal.modal) {
      case 'delete':
        modal = <DeleteModal />
Severity: Minor
Found in client/src/Components/Modals/ModalSwitch/ModalSwitchAdmin.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status