sparkletown/sparkle

View on GitHub
src/components/templates/PosterPage/usePosterVideo.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function usePosterVideo has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const usePosterVideo = (venueId: string) => {
  const { userId, userWithId } = useUser();

  const {
    participants,
Severity: Major
Found in src/components/templates/PosterPage/usePosterVideo.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status