baublet/w8mngr

View on GitHub
client/components/Navigation/NavigationIcon.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NavigationIcon has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function NavigationIcon(props: NavigationIconProps) {
  const { to, icon, text } = props;
  return (
    <Link
      to={to}
Severity: Minor
Found in client/components/Navigation/NavigationIcon.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status