Lambda-School-Labs/designhub-fe

View on GitHub
src/views/Profile/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function Profile has 99 lines of code (exceeds 50 allowed). Consider refactoring.
Open

export default function Profile(props, users) {
  // const { username, avatar} = useParams();
  const history = useHistory();
  const { id } = useParams();
  const { user } = useAuth0();
Severity: Major
Found in src/views/Profile/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status