sparkletown/sparkle

View on GitHub
src/pages/Account/Profile.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function Profile has 93 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Profile: React.FC = () => {
  const history = useHistory();
  const { user, userWithId } = useUser();

  const { worldSlug, spaceSlug = DEFAULT_SPACE_SLUG } = useSpaceParams();
Severity: Major
Found in src/pages/Account/Profile.tsx - About 3 hrs to fix

There are no issues that match your filters.

Category
Status