src/components/ContextMenu/ItemConfirm.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ItemConfirm has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ItemConfirm: React.FC<Props> = (props: Props): JSX.Element => {
  const [confirm, setConfirm] = useState(false)
  const [event, setEvent] = useState()
  const { hideAll } = useContextMenu()

Severity: Minor
Found in src/components/ContextMenu/ItemConfirm.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status