kleros/kleros-v2

View on GitHub
web/src/layout/Header/navbar/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage

Function NavBar has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const NavBar: React.FC = () => {
  const { isConnected } = useAccount();
  const [isDappListOpen, toggleIsDappListOpen] = useToggle(false);
  const [isHelpOpen, toggleIsHelpOpen] = useToggle(false);
  const [isSettingsOpen, toggleIsSettingsOpen] = useToggle(false);
Severity: Minor
Found in web/src/layout/Header/navbar/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status