Vizzuality/landgriffon

View on GitHub
landing/components/banner/component.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Banner has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Banner: React.FC = () => {
  const { basePath } = useRouter();
  const [slidesData, setSlidesData] = useState(initialSlidesData);

  const handleAfterChange = useCallback((newIndex) => {
Severity: Minor
Found in landing/components/banner/component.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status