sparkletown/sparkle

View on GitHub
src/pages/SpaceCreatePage/SpaceCreatePage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function SpaceCreatePage has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SpaceCreatePage: React.FC = () => {
  const { worldSlug } = useSpaceParams();
  const { isLoaded: isWorldLoaded, worldId } = useWorldBySlug(worldSlug);

  const homeUrl = generateUrl({
Severity: Minor
Found in src/pages/SpaceCreatePage/SpaceCreatePage.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status