Vizzuality/landgriffon

View on GitHub
marketing/src/containers/home/eudr-modal/component.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function EUDRModal has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const EUDRModal: React.FC = () => {
  const [isOpen, setIsOpen] = useState(false);

  const { start, stop } = useTimeout(() => {
    setIsOpen(true);
Severity: Major
Found in marketing/src/containers/home/eudr-modal/component.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status