rrebase/knboard

View on GitHub
frontend/src/features/profile/UserAvatar.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function UserAvatar has 104 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const UserAvatar = () => {
  const user = useSelector((state: RootState) => state.profile.userDetail);
  const avatars = useSelector((state: RootState) => state.profile.avatars);
  const loading = useSelector(
    (state: RootState) => state.profile.avatarLoading
Severity: Major
Found in frontend/src/features/profile/UserAvatar.tsx - About 4 hrs to fix

There are no issues that match your filters.

Category
Status