rrebase/knboard

View on GitHub
frontend/src/features/auth/Footer.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function Footer has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const Footer = () => {
  const [anchorEl, setAnchorEl] = React.useState<HTMLButtonElement | null>(
    null
  );

Severity: Major
Found in frontend/src/features/auth/Footer.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status