developer239/react-apollo-graphql

View on GitHub
src/components/Navigation/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

export const Navigation = withRouter(props => {
  const { data } = useQuery<Me>(ME_QUERY)

  const menuItems = [
    { id: '1', to: ROUTE_PATHS.home, label: 'Home' },
Severity: Minor
Found in src/components/Navigation/index.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status