sparkletown/sparkle

View on GitHub
src/components/templates/ReactionPage/ReactionPage.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ReactionPage has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const ReactionPage: React.FC = () => {
  const { worldSlug, spaceSlug } = useSpaceParams();
  const { space, spaceId } = useWorldAndSpaceBySlug(worldSlug, spaceSlug);

  // @debt this is very similar to the query in src/hooks/reactions.tsx, but that filters by createdAt > now
Severity: Minor
Found in src/components/templates/ReactionPage/ReactionPage.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status