Coursemology/coursemology2

View on GitHub
client/app/lib/components/core/buttons/DeleteButton.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function DeleteButton has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DeleteButton = (props: DeleteButtonProps): JSX.Element => {
  const {
    disabled,
    onClick,
    confirmMessage,
Severity: Major
Found in client/app/lib/components/core/buttons/DeleteButton.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status