prescottprue/fireadmin

View on GitHub
src/containers/Navbar/AccountMenu.js

Summary

Maintainability
A
1 hr
Test Coverage

Function AccountMenu has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function AccountMenu() {
  const classes = useStyles()
  const [anchorEl, setMenu] = useState(null)
  const history = useHistory()
  const firebase = useFirebaseApp()
Severity: Minor
Found in src/containers/Navbar/AccountMenu.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status