sparkletown/sparkle

View on GitHub
src/hooks/posters.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function usePosters has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const usePosters = (posterHallId: string) => {
  const { posterVenues, isPostersLoaded } = usePosterVenues(posterHallId);

  const {
    searchInputValue,
Severity: Major
Found in src/hooks/posters.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status