bufferapp/ui

View on GitHub
src/documentation/examples/Modal/form-modal.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FormModalTest has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function FormModalTest() {
  const [modalOpen, openModal] = useState(false)
  return (
    <div
      style={{
Severity: Minor
Found in src/documentation/examples/Modal/form-modal.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status