MathiasKandelborg/TRUE-framework

View on GitHub
components/UI/FAB/FAB.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FAB has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

const FAB: React.FC = () => {
  const [modalIsOpen, setModalOpen] = useState(false)

  const classes = makeFABStyles()

Severity: Minor
Found in components/UI/FAB/FAB.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status