ajeetchaulagain/react-clean-code-pattern

View on GitHub
src/components/Header/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Header has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Header = (props) => {
  const [isMenuOpen, setIsMenuOpen] = useState(false);

  return (
    <div className="wrapper bg-indigo-700">
Severity: Major
Found in src/components/Header/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status