f96q/kptboard

View on GitHub
app/javascripts/components/UserList.js

Summary

Maintainability
A
1 hr
Test Coverage

Function UserList has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const UserList = (props) => {
  const { users, email } = useSelector(state => ({
    users: state.user.users,
    email: state.user.email
  }))
Severity: Minor
Found in app/javascripts/components/UserList.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status